#344BBF

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

Shades of Cerulean Blue #344BBF

Tints of Cerulean Blue #344BBF

Color information

#344BBF (or 0x344BBF) is unknown color: approx Cerulean Blue. HEX triplet: 34, 4B and BF. RGB value is (52,75,191). Sum of RGB (Red+Green+Blue) = 52+75+191=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #344BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344BBF is #CBB440. Grayscale: #505050. Windows color (decimal): -13349953 or 12536628. OLE color: 12536628.

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

Color convert

RGB5275191-
CMYK0.730.6100.25
HSL230.07º57.2%47.65%-
HSV(B)230.07º72.77%74.9%-
XYZ13.349.5250.43-
YUV81.35189.88107.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.35%
GREEN value IS 75 (29.69% from 255) = 23.58%
BLUE value IS 191 (75% from 255) = 60.06%
R=16.35%
G=23.58%
B=60.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52751910.730.6100.25230.0757.247.65
Hex344BBF493D019e63930
Octal64113277111750313467160
Binary110100100101110111111100100111110101100111100110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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