#344EAD

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

Shades of Cerulean Blue #344EAD

Tints of Cerulean Blue #344EAD

Color information

#344EAD (or 0x344EAD) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4E and AD. RGB value is (52,78,173). Sum of RGB (Red+Green+Blue) = 52+78+173=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #344EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344EAD is #CBB152. Grayscale: #505050. Windows color (decimal): -13349203 or 11357748. OLE color: 11357748.

HSL color Cylindrical-coordinate representation of color #344EAD: hue angle of 227.11º 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 #344EAD is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5278173-
CMYK0.700.5500.32
HSL227.11º53.78%44.12%-
HSV(B)227.11º69.94%67.84%-
XYZ11.689.240.69-
YUV81.06179.89107.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.16%
GREEN value IS 78 (30.86% from 255) = 25.74%
BLUE value IS 173 (67.97% from 255) = 57.10%
R=17.16%
G=25.74%
B=57.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52781730.700.5500.32227.1153.7844.12
Hex344EAD4637020e3362c
Octal64116255106670403436654
Binary1101001001110101011011000110110111010000011100011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,78,173); }

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

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

 a { background-color: rgb(52,78,173); }

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

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

 span { border-color: rgb(52,78,173); }

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