#368DD1

Color #368DD1 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #368DD1

Tints of Curious Blue #368DD1

Color information

#368DD1 (or 0x368DD1) is unknown color: approx Curious Blue. HEX triplet: 36, 8D and D1. RGB value is (54,141,209). Sum of RGB (Red+Green+Blue) = 54+141+209=404 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.37% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 209 (82.03% from 255 or 51.73% from 404); Max value from RGB is 209 - color contains mainly: blue. Hex color #368DD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368DD1 is #C9722E. Grayscale: #7A7A7A. Windows color (decimal): -13201967 or 13733174. OLE color: 13733174.

HSL color Cylindrical-coordinate representation of color #368DD1: hue angle of 206.32º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #368DD1 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB54141209-
CMYK0.740.3300.18
HSL206.32º62.75%51.57%-
HSV(B)206.32º74.16%81.96%-
XYZ22.5524.4463.85-
YUV122.74176.6878.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 13.37%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 209 (82.03% from 255) = 51.73%
R=13.37%
G=34.90%
B=51.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal541412090.740.3300.18206.3262.7551.57
Hex368DD14A21012ce3f34
Octal66215321112410223167764
Binary1101101000110111010001100101010000101001011001110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368DD1; }

 p { color: rgb(54,141,209); }

 H1.HeaderClassName
 {
   color: #368DD1;
 }
 .AnyTagClassName
 {
   color: #368DD1;
 }
</style>
background-color css

<style>
 a { background-color: #368DD1; }

 a { background-color: rgb(54,141,209); }

 div.DivClassName
 {
   background-color: #368DD1;
 }
 .BgClassName
 {
   background-color: #368DD1;
 }
</style>
border-color css

<style>
 span { border-color: #368DD1; }

 span { border-color: rgb(54,141,209); }

 td.TdClassName
 {
   border-color: #368DD1;
 }
 .TagClassName
 {
   border-color: #368DD1;
 }
</style>