Html Css Color HEX #336FD0 Royal Blue

📋 copy color: '#336FD0'

red 51 ◦ green 111 ◦ blue 208

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

Shades of Royal Blue #336FD0

Tints of Royal Blue #336FD0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30%

 BLUE value IS 208 (81.64% from 255) = 56.22%

R = 13.78%
G = 30%
B = 56.22%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#336FD0 (or 0x336FD0) is known color: Royal Blue. HEX triplet: 33, 6F and D0. RGB value is (51,111,208). Sum of RGB (Red+Green+Blue) = 51+111+208=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 208 (81.64% from 255 or 56.22% from 370); Max value from RGB is 208 - color contains mainly: blue. Hex color #336FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FD0 is #CC902F. Grayscale: #676767. Windows color (decimal): -13406256 or 13659955. OLE color: 13659955.

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

Color convert

RGB 51 111 208 -
CMYK 0.75 0.47 0 0.18
HSL 217.07º 0.63% 0.51% -
HSV(B) 217.07º 0.75% 0.82% -
XYZ 18.43 16.63 61.91 -
YUV 104.12 186.62 90.11 -
System Red Green Blue C M Y K H S L
Decimal 51 111 208 0.75 0.47 0 0.18 217.07 0.63 0.51
Hex 33 6F D0 4B 2F 0 12 D9 3F 33
Octal 63 157 320 113 57 0 22 331 77 63
Binary 110011 1101111 11010000 1001011 101111 0 10010 11011001 111111 110011

Color Harmonies of #336FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336FD0

Black with #336FD0

Text Example


Text Example

White with #336FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,111,208); }

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

background-color css

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

 a { background-color: rgb(51,111,208); }

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

border-color css

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

 span { border-color: rgb(51,111,208); }

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