#344AE6

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

Shades of Royal Blue #344AE6

Tints of Royal Blue #344AE6

Color information

#344AE6 (or 0x344AE6) is unknown color: approx Royal Blue. HEX triplet: 34, 4A and E6. RGB value is (52,74,230). Sum of RGB (Red+Green+Blue) = 52+74+230=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 230 (90.23% from 255 or 64.61% from 356); Max value from RGB is 230 - color contains mainly: blue. Hex color #344AE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #344AE6 is #CBB519. Grayscale: #545454. Windows color (decimal): -13350170 or 15092276. OLE color: 15092276.

HSL color Cylindrical-coordinate representation of color #344AE6: hue angle of 232.58º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #344AE6 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5274230-
CMYK0.770.6800.10
HSL232.58º78.07%55.29%-
HSV(B)232.58º77.39%90.2%-
XYZ18.1511.3476.1-
YUV85.21209.71104.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.61%
GREEN value IS 74 (29.30% from 255) = 20.79%
BLUE value IS 230 (90.23% from 255) = 64.61%
R=14.61%
G=20.79%
B=64.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal52742300.770.6800.10232.5878.0755.29
Hex344AE64D440Ae94e37
Octal6411234611510401235111667
Binary1101001001010111001101001101100010001010111010011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344AE6; }

 p { color: rgb(52,74,230); }

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

<style>
 a { background-color: #344AE6; }

 a { background-color: rgb(52,74,230); }

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

<style>
 span { border-color: #344AE6; }

 span { border-color: rgb(52,74,230); }

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