Html Css Color HEX #336AF6 Royal Blue

📋 copy color: '#336AF6'

red 51 ◦ green 106 ◦ blue 246

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

Shades of Royal Blue #336AF6

Tints of Royal Blue #336AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 61.04%

R = 12.66%
G = 26.3%
B = 61.04%

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

#336AF6 (or 0x336AF6) is known color: Royal Blue. HEX triplet: 33, 6A and F6. RGB value is (51,106,246). Sum of RGB (Red+Green+Blue) = 51+106+246=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 246 (96.48% from 255 or 61.04% from 403); Max value from RGB is 246 - color contains mainly: blue. Hex color #336AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336AF6 is #CC9509. Grayscale: #686868. Windows color (decimal): -13407498 or 16149043. OLE color: 16149043.

HSL color Cylindrical-coordinate representation of color #336AF6: hue angle of 223.08º degrees, saturation: 0.92, 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 #336AF6 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 106 246 -
CMYK 0.79 0.57 0 0.04
HSL 223.08º 0.92% 0.58% -
HSV(B) 223.08º 0.79% 0.96% -
XYZ 23.15 17.67 89.38 -
YUV 105.52 207.28 89.12 -
System Red Green Blue C M Y K H S L
Decimal 51 106 246 0.79 0.57 0 0.04 223.08 0.92 0.58
Hex 33 6A F6 4F 39 0 4 DF 5C 3A
Octal 63 152 366 117 71 0 4 337 134 72
Binary 110011 1101010 11110110 1001111 111001 0 100 11011111 1011100 111010

Color Harmonies of #336AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336AF6

Black with #336AF6

Text Example


Text Example

White with #336AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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