Html Css Color HEX #336AFC Royal Blue

📋 copy color: '#336AFC'

red 51 ◦ green 106 ◦ blue 252

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

Shades of Royal Blue #336AFC

Tints of Royal Blue #336AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.61%

R = 12.47%
G = 25.92%
B = 61.61%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#336AFC (or 0x336AFC) is known color: Royal Blue. HEX triplet: 33, 6A and FC. RGB value is (51,106,252). Sum of RGB (Red+Green+Blue) = 51+106+252=409 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.47% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #336AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336AFC is #CC9503. Grayscale: #696969. Windows color (decimal): -13407492 or 16542259. OLE color: 16542259.

HSL color Cylindrical-coordinate representation of color #336AFC: hue angle of 223.58º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #336AFC is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 106 252 -
CMYK 0.80 0.58 0 0.01
HSL 223.58º 0.97% 0.59% -
HSV(B) 223.58º 0.8% 0.99% -
XYZ 24.09 18.04 94.31 -
YUV 106.2 210.28 88.63 -
System Red Green Blue C M Y K H S L
Decimal 51 106 252 0.80 0.58 0 0.01 223.58 0.97 0.59
Hex 33 6A FC 50 3A 0 1 E0 61 3B
Octal 63 152 374 120 72 0 1 340 141 73
Binary 110011 1101010 11111100 1010000 111010 0 1 11100000 1100001 111011

Color Harmonies of #336AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336AFC

Black with #336AFC

Text Example


Text Example

White with #336AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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