#344DBE

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

Shades of Cerulean Blue #344DBE

Tints of Cerulean Blue #344DBE

Color information

#344DBE (or 0x344DBE) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4D and BE. RGB value is (52,77,190). Sum of RGB (Red+Green+Blue) = 52+77+190=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #344DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DBE is #CBB241. Grayscale: #515151. Windows color (decimal): -13349442 or 12471604. OLE color: 12471604.

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

Color convert

RGB5277190-
CMYK0.730.5900.25
HSL229.13º57.02%47.45%-
HSV(B)229.13º72.63%74.51%-
XYZ13.369.7649.89-
YUV82.41188.72106.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 77 (30.47% from 255) = 24.14%
BLUE value IS 190 (74.61% from 255) = 59.56%
R=16.30%
G=24.14%
B=59.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52771900.730.5900.25229.1357.0247.45
Hex344DBE493B019e5392f
Octal64115276111730313457157
Binary110100100110110111110100100111101101100111100101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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