Html Css Color HEX #334EE8 Royal Blue

📋 copy color: '#334EE8'

red 51 ◦ green 78 ◦ blue 232

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

Shades of Royal Blue #334EE8

Tints of Royal Blue #334EE8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.61%

 BLUE value IS 232 (91.02% from 255) = 64.27%

R = 14.13%
G = 21.61%
B = 64.27%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#334EE8 (or 0x334EE8) is known color: Royal Blue. HEX triplet: 33, 4E and E8. RGB value is (51,78,232). Sum of RGB (Red+Green+Blue) = 51+78+232=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 232 (91.02% from 255 or 64.27% from 361); Max value from RGB is 232 - color contains mainly: blue. Hex color #334EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334EE8 is #CCB117. Grayscale: #565656. Windows color (decimal): -13414680 or 15224371. OLE color: 15224371.

HSL color Cylindrical-coordinate representation of color #334EE8: hue angle of 231.05º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #334EE8 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 51 78 232 -
CMYK 0.78 0.66 0 0.09
HSL 231.05º 0.8% 0.55% -
HSV(B) 231.05º 0.78% 0.91% -
XYZ 18.66 11.98 77.67 -
YUV 87.48 209.55 101.98 -
System Red Green Blue C M Y K H S L
Decimal 51 78 232 0.78 0.66 0 0.09 231.05 0.8 0.55
Hex 33 4E E8 4E 42 0 9 E7 50 37
Octal 63 116 350 116 102 0 11 347 120 67
Binary 110011 1001110 11101000 1001110 1000010 0 1001 11100111 1010000 110111

Color Harmonies of #334EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334EE8

Black with #334EE8

Text Example


Text Example

White with #334EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334EE8; }

 p { color: rgb(51,78,232); }

 H1.HeaderClassName
 {
   color: #334EE8;
 }
 .AnyTagClassName
 {
   color: #334EE8;
 }
</style>

background-color css

<style>
 a { background-color: #334EE8; }

 a { background-color: rgb(51,78,232); }

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

border-color css

<style>
 span { border-color: #334EE8; }

 span { border-color: rgb(51,78,232); }

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