#344CBF

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

Shades of Cerulean Blue #344CBF

Tints of Cerulean Blue #344CBF

Color information

#344CBF (or 0x344CBF) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4C and BF. RGB value is (52,76,191). Sum of RGB (Red+Green+Blue) = 52+76+191=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #344CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CBF is #CBB340. Grayscale: #515151. Windows color (decimal): -13349697 or 12536884. OLE color: 12536884.

HSL color Cylindrical-coordinate representation of color #344CBF: hue angle of 229.64º 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 #344CBF is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5276191-
CMYK0.730.6000.25
HSL229.64º57.2%47.65%-
HSV(B)229.64º72.77%74.9%-
XYZ13.49.6650.45-
YUV81.93189.55106.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 76 (30.08% from 255) = 23.82%
BLUE value IS 191 (75% from 255) = 59.87%
R=16.30%
G=23.82%
B=59.87%

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
Decimal52761910.730.6000.25229.6457.247.65
Hex344CBF493C019e63930
Octal64114277111740313467160
Binary110100100110010111111100100111110001100111100110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,76,191); }

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

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

 a { background-color: rgb(52,76,191); }

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

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

 span { border-color: rgb(52,76,191); }

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