Html Css Color HEX #336BD4 Royal Blue

📋 copy color: '#336BD4'

red 51 ◦ green 107 ◦ blue 212

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

Shades of Royal Blue #336BD4

Tints of Royal Blue #336BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 57.3%

R = 13.78%
G = 28.92%
B = 57.3%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#336BD4 (or 0x336BD4) is known color: Royal Blue. HEX triplet: 33, 6B and D4. RGB value is (51,107,212). Sum of RGB (Red+Green+Blue) = 51+107+212=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 212 (83.20% from 255 or 57.30% from 370); Max value from RGB is 212 - color contains mainly: blue. Hex color #336BD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336BD4 is #CC942B. Grayscale: #656565. Windows color (decimal): -13407276 or 13921075. OLE color: 13921075.

HSL color Cylindrical-coordinate representation of color #336BD4: hue angle of 219.13º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #336BD4 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 51 107 212 -
CMYK 0.76 0.50 0 0.17
HSL 219.13º 0.65% 0.52% -
HSV(B) 219.13º 0.76% 0.83% -
XYZ 18.51 15.97 64.39 -
YUV 102.23 189.95 91.46 -
System Red Green Blue C M Y K H S L
Decimal 51 107 212 0.76 0.50 0 0.17 219.13 0.65 0.52
Hex 33 6B D4 4C 32 0 11 DB 41 34
Octal 63 153 324 114 62 0 21 333 101 64
Binary 110011 1101011 11010100 1001100 110010 0 10001 11011011 1000001 110100

Color Harmonies of #336BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336BD4

Black with #336BD4

Text Example


Text Example

White with #336BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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