#368DCC

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

Shades of Curious Blue #368DCC

Tints of Curious Blue #368DCC

Color information

#368DCC (or 0x368DCC) is unknown color: approx Curious Blue. HEX triplet: 36, 8D and CC. RGB value is (54,141,204). Sum of RGB (Red+Green+Blue) = 54+141+204=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #368DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368DCC is #C97233. Grayscale: #797979. Windows color (decimal): -13201972 or 13405494. OLE color: 13405494.

HSL color Cylindrical-coordinate representation of color #368DCC: hue angle of 205.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #368DCC is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB54141204-
CMYK0.740.3100.2
HSL205.2º59.52%50.59%-
HSV(B)205.2º73.53%80%-
XYZ21.9524.1960.64-
YUV122.17174.1879.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.53%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 204 (80.08% from 255) = 51.13%
R=13.53%
G=35.34%
B=51.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal541412040.740.3100.2205.259.5250.59
Hex368DCC4A1F014cd3c33
Octal66215314112370243157463
Binary110110100011011100110010010101111101010011001101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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