#344AE7

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

Shades of Royal Blue #344AE7

Tints of Royal Blue #344AE7

Color information

#344AE7 (or 0x344AE7) is unknown color: approx Royal Blue. HEX triplet: 34, 4A and E7. RGB value is (52,74,231). Sum of RGB (Red+Green+Blue) = 52+74+231=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 231 (90.62% from 255 or 64.71% from 357); Max value from RGB is 231 - color contains mainly: blue. Hex color #344AE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #344AE7 is #CBB518. Grayscale: #545454. Windows color (decimal): -13350169 or 15157812. OLE color: 15157812.

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

Color convert

RGB5274231-
CMYK0.770.6800.09
HSL232.63º78.85%55.49%-
HSV(B)232.63º77.49%90.59%-
XYZ18.2911.476.84-
YUV85.32210.21104.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.57%
GREEN value IS 74 (29.30% from 255) = 20.73%
BLUE value IS 231 (90.62% from 255) = 64.71%
R=14.57%
G=20.73%
B=64.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal52742310.770.6800.09232.6378.8555.49
Hex344AE74D4409e94f37
Octal6411234711510401135111767
Binary1101001001010111001111001101100010001001111010011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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