Html Css Color HEX #336AEC Royal Blue

📋 copy color: '#336AEC'

red 51 ◦ green 106 ◦ blue 236

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

Shades of Royal Blue #336AEC

Tints of Royal Blue #336AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.05%

R = 12.98%
G = 26.97%
B = 60.05%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#336AEC (or 0x336AEC) is known color: Royal Blue. HEX triplet: 33, 6A and EC. RGB value is (51,106,236). Sum of RGB (Red+Green+Blue) = 51+106+236=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #336AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336AEC is #CC9513. Grayscale: #676767. Windows color (decimal): -13407508 or 15493683. OLE color: 15493683.

HSL color Cylindrical-coordinate representation of color #336AEC: hue angle of 222.16º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #336AEC is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 106 236 -
CMYK 0.78 0.55 0 0.07
HSL 222.16º 0.83% 0.56% -
HSV(B) 222.16º 0.78% 0.93% -
XYZ 21.66 17.07 81.51 -
YUV 104.38 202.28 89.93 -
System Red Green Blue C M Y K H S L
Decimal 51 106 236 0.78 0.55 0 0.07 222.16 0.83 0.56
Hex 33 6A EC 4E 37 0 7 DE 53 38
Octal 63 152 354 116 67 0 7 336 123 70
Binary 110011 1101010 11101100 1001110 110111 0 111 11011110 1010011 111000

Color Harmonies of #336AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336AEC

Black with #336AEC

Text Example


Text Example

White with #336AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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