#344eba

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

Shades of Cerulean Blue #344EBA

Tints of Cerulean Blue #344EBA

Color information

#344EBA (or 0x344EBA) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4E and BA. RGB value is (52,78,186). Sum of RGB (Red+Green+Blue) = 52+78+186=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #344EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344EBA is #CBB145. Grayscale: #525252. Windows color (decimal): -13349190 or 12209716. OLE color: 12209716.

HSL color Cylindrical-coordinate representation of color #344EBA: hue angle of 228.36º 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 #344EBA is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5278186-
CMYK0.720.5800.27
HSL228.36º56.3%46.67%-
HSV(B)228.36º72.04%72.94%-
XYZ139.7247.65-
YUV82.54186.39106.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.46%
GREEN value IS 78 (30.86% from 255) = 24.68%
BLUE value IS 186 (73.05% from 255) = 58.86%
R=16.46%
G=24.68%
B=58.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52781860.720.5800.27228.3656.346.67
Hex344EBA483A01Be4382f
Octal64116272110720333447057
Binary110100100111010111010100100011101001101111100100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344eba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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