#344DBC

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

Shades of Cerulean Blue #344DBC

Tints of Cerulean Blue #344DBC

Color information

#344DBC (or 0x344DBC) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4D and BC. RGB value is (52,77,188). Sum of RGB (Red+Green+Blue) = 52+77+188=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #344DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DBC is #CBB243. Grayscale: #515151. Windows color (decimal): -13349444 or 12340532. OLE color: 12340532.

HSL color Cylindrical-coordinate representation of color #344DBC: hue angle of 228.97º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #344DBC is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5277188-
CMYK0.720.5900.26
HSL228.97º56.67%47.06%-
HSV(B)228.97º72.34%73.73%-
XYZ13.159.6748.75-
YUV82.18187.72106.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.40%
GREEN value IS 77 (30.47% from 255) = 24.29%
BLUE value IS 188 (73.83% from 255) = 59.31%
R=16.40%
G=24.29%
B=59.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52771880.720.5900.26228.9756.6747.06
Hex344DBC483B01Ae5392f
Octal64115274110730323457157
Binary110100100110110111100100100011101101101011100101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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