Html Css Color HEX #336ACD Royal Blue

📋 copy color: '#336ACD'

red 51 ◦ green 106 ◦ blue 205

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

Shades of Royal Blue #336ACD

Tints of Royal Blue #336ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.63%

R = 14.09%
G = 29.28%
B = 56.63%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#336ACD (or 0x336ACD) is known color: Royal Blue. HEX triplet: 33, 6A and CD. RGB value is (51,106,205). Sum of RGB (Red+Green+Blue) = 51+106+205=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #336ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336ACD is #CC9532. Grayscale: #646464. Windows color (decimal): -13407539 or 13462067. OLE color: 13462067.

HSL color Cylindrical-coordinate representation of color #336ACD: hue angle of 218.57º degrees, saturation: 0.61, 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 #336ACD is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 106 205 -
CMYK 0.75 0.48 0 0.20
HSL 218.57º 0.61% 0.5% -
HSV(B) 218.57º 0.75% 0.8% -
XYZ 17.54 15.42 59.81 -
YUV 100.84 186.78 92.45 -
System Red Green Blue C M Y K H S L
Decimal 51 106 205 0.75 0.48 0 0.20 218.57 0.61 0.5
Hex 33 6A CD 4B 30 0 14 DB 3D 32
Octal 63 152 315 113 60 0 24 333 75 62
Binary 110011 1101010 11001101 1001011 110000 0 10100 11011011 111101 110010

Color Harmonies of #336ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336ACD

Black with #336ACD

Text Example


Text Example

White with #336ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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