#344EBE

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

Shades of Cerulean Blue #344EBE

Tints of Cerulean Blue #344EBE

Color information

#344EBE (or 0x344EBE) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4E and BE. RGB value is (52,78,190). Sum of RGB (Red+Green+Blue) = 52+78+190=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #344EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344EBE is #CBB141. Grayscale: #525252. Windows color (decimal): -13349186 or 12471860. OLE color: 12471860.

HSL color Cylindrical-coordinate representation of color #344EBE: hue angle of 228.7º 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 #344EBE is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5278190-
CMYK0.730.5900.25
HSL228.7º57.02%47.45%-
HSV(B)228.7º72.63%74.51%-
XYZ13.439.949.92-
YUV82.99188.39105.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.25%
GREEN value IS 78 (30.86% from 255) = 24.38%
BLUE value IS 190 (74.61% from 255) = 59.38%
R=16.25%
G=24.38%
B=59.38%

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
Decimal52781900.730.5900.25228.757.0247.45
Hex344EBE493B019e5392f
Octal64116276111730313457157
Binary110100100111010111110100100111101101100111100101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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