Html Css Color HEX #336AD1 Royal Blue

📋 copy color: '#336AD1'

red 51 ◦ green 106 ◦ blue 209

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

Shades of Royal Blue #336AD1

Tints of Royal Blue #336AD1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.96%

 BLUE value IS 209 (82.03% from 255) = 57.1%

R = 13.93%
G = 28.96%
B = 57.1%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#336AD1 (or 0x336AD1) is known color: Royal Blue. HEX triplet: 33, 6A and D1. RGB value is (51,106,209). Sum of RGB (Red+Green+Blue) = 51+106+209=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 209 (82.03% from 255 or 57.10% from 366); Max value from RGB is 209 - color contains mainly: blue. Hex color #336AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336AD1 is #CC952E. Grayscale: #646464. Windows color (decimal): -13407535 or 13724211. OLE color: 13724211.

HSL color Cylindrical-coordinate representation of color #336AD1: hue angle of 219.11º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #336AD1 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 106 209 -
CMYK 0.76 0.49 0 0.18
HSL 219.11º 0.63% 0.51% -
HSV(B) 219.11º 0.76% 0.82% -
XYZ 18.03 15.62 62.39 -
YUV 101.3 188.78 92.12 -
System Red Green Blue C M Y K H S L
Decimal 51 106 209 0.76 0.49 0 0.18 219.11 0.63 0.51
Hex 33 6A D1 4C 31 0 12 DB 3F 33
Octal 63 152 321 114 61 0 22 333 77 63
Binary 110011 1101010 11010001 1001100 110001 0 10010 11011011 111111 110011

Color Harmonies of #336AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336AD1

Black with #336AD1

Text Example


Text Example

White with #336AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,106,209); }

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

background-color css

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

 a { background-color: rgb(51,106,209); }

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

border-color css

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

 span { border-color: rgb(51,106,209); }

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