#334BE3

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

Shades of Royal Blue #334BE3

Tints of Royal Blue #334BE3

Color information

#334BE3 (or 0x334BE3) is unknown color: approx Royal Blue. HEX triplet: 33, 4B and E3. RGB value is (51,75,227). Sum of RGB (Red+Green+Blue) = 51+75+227=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 227 (89.06% from 255 or 64.31% from 353); Max value from RGB is 227 - color contains mainly: blue. Hex color #334BE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BE3 is #CCB41C. Grayscale: #545454. Windows color (decimal): -13415453 or 14895923. OLE color: 14895923.

HSL color Cylindrical-coordinate representation of color #334BE3: hue angle of 231.82º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #334BE3 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5175227-
CMYK0.780.6700.11
HSL231.82º75.86%54.51%-
HSV(B)231.82º77.53%89.02%-
XYZ17.7511.2873.92-
YUV85.15208.05103.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.45%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 227 (89.06% from 255) = 64.31%
R=14.45%
G=21.25%
B=64.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal51752270.780.6700.11231.8275.8654.51
Hex334BE34E430Be84c37
Octal6311334311610301335011467
Binary1100111001011111000111001110100001101011111010001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,75,227); }

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

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

 a { background-color: rgb(51,75,227); }

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

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

 span { border-color: rgb(51,75,227); }

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