#344EC2

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

Shades of Cerulean Blue #344EC2

Tints of Cerulean Blue #344EC2

Color information

#344EC2 (or 0x344EC2) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4E and C2. RGB value is (52,78,194). Sum of RGB (Red+Green+Blue) = 52+78+194=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 194 (76.17% from 255 or 59.88% from 324); Max value from RGB is 194 - color contains mainly: blue. Hex color #344EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344EC2 is #CBB13D. Grayscale: #525252. Windows color (decimal): -13349182 or 12734004. OLE color: 12734004.

HSL color Cylindrical-coordinate representation of color #344EC2: hue angle of 229.01º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #344EC2 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5278194-
CMYK0.730.6000.24
HSL229.01º57.72%48.24%-
HSV(B)229.01º73.2%76.08%-
XYZ13.8810.0752.25-
YUV83.45190.39105.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.05%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 194 (76.17% from 255) = 59.88%
R=16.05%
G=24.07%
B=59.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal52781940.730.6000.24229.0157.7248.24
Hex344EC2493C018e53a30
Octal64116302111740303457260
Binary110100100111011000010100100111110001100011100101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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