#368DC9

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

Shades of Curious Blue #368DC9

Tints of Curious Blue #368DC9

Color information

#368DC9 (or 0x368DC9) is unknown color: approx Curious Blue. HEX triplet: 36, 8D and C9. RGB value is (54,141,201). Sum of RGB (Red+Green+Blue) = 54+141+201=396 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.64% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #368DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368DC9 is #C97236. Grayscale: #797979. Windows color (decimal): -13201975 or 13208886. OLE color: 13208886.

HSL color Cylindrical-coordinate representation of color #368DC9: hue angle of 204.49º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #368DC9 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB54141201-
CMYK0.730.3000.21
HSL204.49º57.65%50%-
HSV(B)204.49º73.13%78.82%-
XYZ21.5924.0558.76-
YUV121.83172.6879.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.64%
GREEN value IS 141 (55.47% from 255) = 35.61%
BLUE value IS 201 (78.91% from 255) = 50.76%
R=13.64%
G=35.61%
B=50.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal541412010.730.3000.21204.4957.6550
Hex368DC9491E015cc3a32
Octal66215311111360253147262
Binary110110100011011100100110010011111001010111001100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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