#344EC5

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

Shades of Cerulean Blue #344EC5

Tints of Cerulean Blue #344EC5

Color information

#344EC5 (or 0x344EC5) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4E and C5. RGB value is (52,78,197). Sum of RGB (Red+Green+Blue) = 52+78+197=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 197 (77.34% from 255 or 60.24% from 327); Max value from RGB is 197 - color contains mainly: blue. Hex color #344EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344EC5 is #CBB13A. Grayscale: #535353. Windows color (decimal): -13349179 or 12930612. OLE color: 12930612.

HSL color Cylindrical-coordinate representation of color #344EC5: hue angle of 229.24º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #344EC5 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5278197-
CMYK0.740.6000.23
HSL229.24º58.23%48.82%-
HSV(B)229.24º73.6%77.25%-
XYZ14.2210.2154.04-
YUV83.79191.89105.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.90%
GREEN value IS 78 (30.86% from 255) = 23.85%
BLUE value IS 197 (77.34% from 255) = 60.24%
R=15.90%
G=23.85%
B=60.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal52781970.740.6000.23229.2458.2348.82
Hex344EC54A3C017e53a31
Octal64116305112740273457261
Binary110100100111011000101100101011110001011111100101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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