#344CAE

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

Shades of Cerulean Blue #344CAE

Tints of Cerulean Blue #344CAE

Color information

#344CAE (or 0x344CAE) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4C and AE. RGB value is (52,76,174). Sum of RGB (Red+Green+Blue) = 52+76+174=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #344CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344CAE is #CBB351. Grayscale: #4F4F4F. Windows color (decimal): -13349714 or 11422772. OLE color: 11422772.

HSL color Cylindrical-coordinate representation of color #344CAE: hue angle of 228.2º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #344CAE is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5276174-
CMYK0.700.5600.32
HSL228.2º53.98%44.31%-
HSV(B)228.2º70.11%68.24%-
XYZ11.648.9541.16-
YUV80181.05108.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.22%
GREEN value IS 76 (30.08% from 255) = 25.17%
BLUE value IS 174 (68.36% from 255) = 57.62%
R=17.22%
G=25.17%
B=57.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52761740.700.5600.32228.253.9844.31
Hex344CAE4638020e4362c
Octal64114256106700403446654
Binary1101001001100101011101000110111000010000011100100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,76,174); }

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

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

 a { background-color: rgb(52,76,174); }

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

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

 span { border-color: rgb(52,76,174); }

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