#344AB1

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

Shades of Cerulean Blue #344AB1

Tints of Cerulean Blue #344AB1

Color information

#344AB1 (or 0x344AB1) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4A and B1. RGB value is (52,74,177). Sum of RGB (Red+Green+Blue) = 52+74+177=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 177 (69.53% from 255 or 58.42% from 303); Max value from RGB is 177 - color contains mainly: blue. Hex color #344AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344AB1 is #CBB54E. Grayscale: #4E4E4E. Windows color (decimal): -13350223 or 11618868. OLE color: 11618868.

HSL color Cylindrical-coordinate representation of color #344AB1: hue angle of 229.44º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #344AB1 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5274177-
CMYK0.710.5800.31
HSL229.44º54.59%44.9%-
HSV(B)229.44º70.62%69.41%-
XYZ11.88.842.67-
YUV79.16183.21108.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.16%
GREEN value IS 74 (29.30% from 255) = 24.42%
BLUE value IS 177 (69.53% from 255) = 58.42%
R=17.16%
G=24.42%
B=58.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52741770.710.5800.31229.4454.5944.9
Hex344AB1473A01Fe5372d
Octal64112261107720373456755
Binary110100100101010110001100011111101001111111100101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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