#344DC0

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

Shades of Cerulean Blue #344DC0

Tints of Cerulean Blue #344DC0

Color information

#344DC0 (or 0x344DC0) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4D and C0. RGB value is (52,77,192). Sum of RGB (Red+Green+Blue) = 52+77+192=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 192 (75.39% from 255 or 59.81% from 321); Max value from RGB is 192 - color contains mainly: blue. Hex color #344DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DC0 is #CBB23F. Grayscale: #525252. Windows color (decimal): -13349440 or 12602676. OLE color: 12602676.

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

Color convert

RGB5277192-
CMYK0.730.6000.25
HSL229.29º57.38%47.84%-
HSV(B)229.29º72.92%75.29%-
XYZ13.589.8451.05-
YUV82.64189.72106.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.20%
GREEN value IS 77 (30.47% from 255) = 23.99%
BLUE value IS 192 (75.39% from 255) = 59.81%
R=16.20%
G=23.99%
B=59.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52771920.730.6000.25229.2957.3847.84
Hex344DC0493C019e53930
Octal64115300111740313457160
Binary110100100110111000000100100111110001100111100101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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