#344BA6

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

Shades of Cerulean Blue #344BA6

Tints of Cerulean Blue #344BA6

Color information

#344BA6 (or 0x344BA6) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4B and A6. RGB value is (52,75,166). Sum of RGB (Red+Green+Blue) = 52+75+166=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 166 (65.23% from 255 or 56.66% from 293); Max value from RGB is 166 - color contains mainly: blue. Hex color #344BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344BA6 is #CBB459. Grayscale: #4E4E4E. Windows color (decimal): -13349978 or 10898228. OLE color: 10898228.

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

Color convert

RGB5275166-
CMYK0.690.5500.35
HSL227.89º52.29%42.75%-
HSV(B)227.89º68.67%65.1%-
XYZ10.828.5237.15-
YUV78.5177.38109.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 75 (29.69% from 255) = 25.60%
BLUE value IS 166 (65.23% from 255) = 56.66%
R=17.75%
G=25.60%
B=56.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52751660.690.5500.35227.8952.2942.75
Hex344BA64537023e4342b
Octal64113246105670433446453
Binary1101001001011101001101000101110111010001111100100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,75,166); }

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

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

 a { background-color: rgb(52,75,166); }

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

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

 span { border-color: rgb(52,75,166); }

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