#344CA5

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

Shades of Cerulean Blue #344CA5

Tints of Cerulean Blue #344CA5

Color information

#344CA5 (or 0x344CA5) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4C and A5. RGB value is (52,76,165). Sum of RGB (Red+Green+Blue) = 52+76+165=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 165 (64.84% from 255 or 56.31% from 293); Max value from RGB is 165 - color contains mainly: blue. Hex color #344CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344CA5 is #CBB35A. Grayscale: #4E4E4E. Windows color (decimal): -13349723 or 10832948. OLE color: 10832948.

HSL color Cylindrical-coordinate representation of color #344CA5: hue angle of 227.26º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #344CA5 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5276165-
CMYK0.680.5400.35
HSL227.26º52.07%42.55%-
HSV(B)227.26º68.48%64.71%-
XYZ10.798.6236.69-
YUV78.97176.55108.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 76 (30.08% from 255) = 25.94%
BLUE value IS 165 (64.84% from 255) = 56.31%
R=17.75%
G=25.94%
B=56.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52761650.680.5400.35227.2652.0742.55
Hex344CA54436023e3342b
Octal64114245104660433436453
Binary1101001001100101001011000100110110010001111100011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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