#334AE8

Color #334AE8 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #334AE8

Tints of Royal Blue #334AE8

Color information

#334AE8 (or 0x334AE8) is unknown color: approx Royal Blue. HEX triplet: 33, 4A and E8. RGB value is (51,74,232). Sum of RGB (Red+Green+Blue) = 51+74+232=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 232 (91.02% from 255 or 64.99% from 357); Max value from RGB is 232 - color contains mainly: blue. Hex color #334AE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334AE8 is #CCB517. Grayscale: #545454. Windows color (decimal): -13415704 or 15223347. OLE color: 15223347.

HSL color Cylindrical-coordinate representation of color #334AE8: hue angle of 232.38º 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 #334AE8 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5174232-
CMYK0.780.6800.09
HSL232.38º79.74%55.49%-
HSV(B)232.38º78.02%90.98%-
XYZ18.3811.4377.58-
YUV85.14210.88103.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 74 (29.30% from 255) = 20.73%
BLUE value IS 232 (91.02% from 255) = 64.99%
R=14.29%
G=20.73%
B=64.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal51742320.780.6800.09232.3879.7455.49
Hex334AE84E4409e85037
Octal6311235011610401135012067
Binary1100111001010111010001001110100010001001111010001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #334AE8;
 }
 .AnyTagClassName
 {
   color: #334AE8;
 }
</style>
background-color css

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

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

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

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

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

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