Html Css Color HEX #336AFF Royal Blue

📋 copy color: '#336AFF'

red 51 ◦ green 106 ◦ blue 255

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

Shades of Royal Blue #336AFF

Tints of Royal Blue #336AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.89%

R = 12.38%
G = 25.73%
B = 61.89%

CMYK

 C value IS 0.8

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#336AFF (or 0x336AFF) is known color: Royal Blue. HEX triplet: 33, 6A and FF. RGB value is (51,106,255). Sum of RGB (Red+Green+Blue) = 51+106+255=412 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.38% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #336AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336AFF is #CC9500. Grayscale: #696969. Windows color (decimal): -13407489 or 16738867. OLE color: 16738867.

HSL color Cylindrical-coordinate representation of color #336AFF: hue angle of 223.82º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #336AFF is Cyan = 0.8, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 106 255 -
CMYK 0.8 0.58 0 0
HSL 223.82º 1% 0.6% -
HSV(B) 223.82º 0.8% 1% -
XYZ 24.57 18.23 96.83 -
YUV 106.54 211.78 88.38 -
System Red Green Blue C M Y K H S L
Decimal 51 106 255 0.8 0.58 0 0 223.82 1 0.6
Hex 33 6A FF 50 3A 0 0 E0 64 3C
Octal 63 152 377 120 72 0 0 340 144 74
Binary 110011 1101010 11111111 1010000 111010 0 0 11100000 1100100 111100

Color Harmonies of #336AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336AFF

Black with #336AFF

Text Example


Text Example

White with #336AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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