#344DBA

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

Shades of Cerulean Blue #344DBA

Tints of Cerulean Blue #344DBA

Color information

#344DBA (or 0x344DBA) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4D and BA. RGB value is (52,77,186). Sum of RGB (Red+Green+Blue) = 52+77+186=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #344DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DBA is #CBB245. Grayscale: #515151. Windows color (decimal): -13349446 or 12209460. OLE color: 12209460.

HSL color Cylindrical-coordinate representation of color #344DBA: hue angle of 228.81º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #344DBA is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5277186-
CMYK0.720.5900.27
HSL228.81º56.3%46.67%-
HSV(B)228.81º72.04%72.94%-
XYZ12.939.5847.62-
YUV81.95186.72106.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.51%
GREEN value IS 77 (30.47% from 255) = 24.44%
BLUE value IS 186 (73.05% from 255) = 59.05%
R=16.51%
G=24.44%
B=59.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52771860.720.5900.27228.8156.346.67
Hex344DBA483B01Be5382f
Octal64115272110730333457057
Binary110100100110110111010100100011101101101111100101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,77,186); }

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

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

 a { background-color: rgb(52,77,186); }

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

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

 span { border-color: rgb(52,77,186); }

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