Html Css Color HEX #336AF4 Royal Blue

📋 copy color: '#336AF4'

red 51 ◦ green 106 ◦ blue 244

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

Shades of Royal Blue #336AF4

Tints of Royal Blue #336AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 60.85%

R = 12.72%
G = 26.43%
B = 60.85%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#336AF4 (or 0x336AF4) is known color: Royal Blue. HEX triplet: 33, 6A and F4. RGB value is (51,106,244). Sum of RGB (Red+Green+Blue) = 51+106+244=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 244 (95.70% from 255 or 60.85% from 401); Max value from RGB is 244 - color contains mainly: blue. Hex color #336AF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336AF4 is #CC950B. Grayscale: #686868. Windows color (decimal): -13407500 or 16017971. OLE color: 16017971.

HSL color Cylindrical-coordinate representation of color #336AF4: hue angle of 222.9º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #336AF4 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 106 244 -
CMYK 0.79 0.57 0 0.04
HSL 222.9º 0.9% 0.58% -
HSV(B) 222.9º 0.79% 0.96% -
XYZ 22.85 17.54 87.77 -
YUV 105.29 206.28 89.28 -
System Red Green Blue C M Y K H S L
Decimal 51 106 244 0.79 0.57 0 0.04 222.9 0.9 0.58
Hex 33 6A F4 4F 39 0 4 DF 5A 3A
Octal 63 152 364 117 71 0 4 337 132 72
Binary 110011 1101010 11110100 1001111 111001 0 100 11011111 1011010 111010

Color Harmonies of #336AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336AF4

Black with #336AF4

Text Example


Text Example

White with #336AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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