#344FBF

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

Shades of Cerulean Blue #344FBF

Tints of Cerulean Blue #344FBF

Color information

#344FBF (or 0x344FBF) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4F and BF. RGB value is (52,79,191). Sum of RGB (Red+Green+Blue) = 52+79+191=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #344FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344FBF is #CBB040. Grayscale: #535353. Windows color (decimal): -13348929 or 12537652. OLE color: 12537652.

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

Color convert

RGB5279191-
CMYK0.730.5900.25
HSL228.35º57.2%47.65%-
HSV(B)228.35º72.77%74.9%-
XYZ13.6210.0850.52-
YUV83.7188.55105.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.15%
GREEN value IS 79 (31.25% from 255) = 24.53%
BLUE value IS 191 (75% from 255) = 59.32%
R=16.15%
G=24.53%
B=59.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52791910.730.5900.25228.3557.247.65
Hex344FBF493B019e43930
Octal64117277111730313447160
Binary110100100111110111111100100111101101100111100100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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