Html Css Color HEX #336BCC Royal Blue

📋 copy color: '#336BCC'

red 51 ◦ green 107 ◦ blue 204

#336BCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #336BCC

Tints of Royal Blue #336BCC

RGB

 RED value IS 51 (20.31% from 255) = 14.09%

 GREEN value IS 107 (42.19% from 255) = 29.56%

 BLUE value IS 204 (80.08% from 255) = 56.35%

R = 14.09%
G = 29.56%
B = 56.35%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#336BCC (or 0x336BCC) is known color: Royal Blue. HEX triplet: 33, 6B and CC. RGB value is (51,107,204). Sum of RGB (Red+Green+Blue) = 51+107+204=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #336BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336BCC is #CC9433. Grayscale: #646464. Windows color (decimal): -13407284 or 13396787. OLE color: 13396787.

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

Color convert

RGB 51 107 204 -
CMYK 0.75 0.48 0 0.2
HSL 218.04º 0.6% 0.5% -
HSV(B) 218.04º 0.75% 0.8% -
XYZ 17.52 15.58 59.21 -
YUV 101.31 185.95 92.11 -
System Red Green Blue C M Y K H S L
Decimal 51 107 204 0.75 0.48 0 0.2 218.04 0.6 0.5
Hex 33 6B CC 4B 30 0 14 DA 3C 32
Octal 63 153 314 113 60 0 24 332 74 62
Binary 110011 1101011 11001100 1001011 110000 0 10100 11011010 111100 110010

Color Harmonies of #336BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336BCC

Black with #336BCC

Text Example


Text Example

White with #336BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #336BCC;
 }
 .AnyTagClassName
 {
   color: #336BCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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