#336BCA

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

Shades of Royal Blue #336BCA

Tints of Royal Blue #336BCA

Color information

#336BCA (or 0x336BCA) is unknown color: approx Royal Blue. HEX triplet: 33, 6B and CA. RGB value is (51,107,202). Sum of RGB (Red+Green+Blue) = 51+107+202=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #336BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336BCA is #CC9435. Grayscale: #646464. Windows color (decimal): -13407286 or 13265715. OLE color: 13265715.

HSL color Cylindrical-coordinate representation of color #336BCA: hue angle of 217.75º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #336BCA is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB51107202-
CMYK0.750.4700.21
HSL217.75º59.68%49.61%-
HSV(B)217.75º74.75%79.22%-
XYZ17.2815.4857.95-
YUV101.09184.9592.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.17%
GREEN value IS 107 (42.19% from 255) = 29.72%
BLUE value IS 202 (79.30% from 255) = 56.11%
R=14.17%
G=29.72%
B=56.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal511072020.750.4700.21217.7559.6849.61
Hex336BCA4B2F015da3c32
Octal63153312113570253327462
Binary110011110101111001010100101110111101010111011010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,107,202); }

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

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

 a { background-color: rgb(51,107,202); }

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

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

 span { border-color: rgb(51,107,202); }

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