#336FC3

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

Shades of Curious Blue #336FC3

Tints of Curious Blue #336FC3

Color information

#336FC3 (or 0x336FC3) is unknown color: approx Curious Blue. HEX triplet: 33, 6F and C3. RGB value is (51,111,195). Sum of RGB (Red+Green+Blue) = 51+111+195=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 195 (76.56% from 255 or 54.62% from 357); Max value from RGB is 195 - color contains mainly: blue. Hex color #336FC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FC3 is #CC903C. Grayscale: #666666. Windows color (decimal): -13406269 or 12807987. OLE color: 12807987.

HSL color Cylindrical-coordinate representation of color #336FC3: hue angle of 215º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #336FC3 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB51111195-
CMYK0.740.4300.24
HSL215º58.54%48.24%-
HSV(B)215º73.85%76.47%-
XYZ16.916.0153.83-
YUV102.64180.1291.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 111 (43.75% from 255) = 31.09%
BLUE value IS 195 (76.56% from 255) = 54.62%
R=14.29%
G=31.09%
B=54.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal511111950.740.4300.2421558.5448.24
Hex336FC34A2B018d73b30
Octal63157303112530303277360
Binary110011110111111000011100101010101101100011010111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336FC3; }

 p { color: rgb(51,111,195); }

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

<style>
 a { background-color: #336FC3; }

 a { background-color: rgb(51,111,195); }

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

<style>
 span { border-color: #336FC3; }

 span { border-color: rgb(51,111,195); }

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