#3440bb

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

Shades of Cerulean Blue #3440BB

Tints of Cerulean Blue #3440BB

Color information

#3440BB (or 0x3440BB) is unknown color: approx Cerulean Blue. HEX triplet: 34, 40 and BB. RGB value is (52,64,187). Sum of RGB (Red+Green+Blue) = 52+64+187=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #3440BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3440BB is #CBBF44. Grayscale: #494949. Windows color (decimal): -13352773 or 12271668. OLE color: 12271668.

HSL color Cylindrical-coordinate representation of color #3440BB: hue angle of 234.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3440BB is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5264187-
CMYK0.720.6600.27
HSL234.67º56.49%46.86%-
HSV(B)234.67º72.19%73.33%-
XYZ12.227.9847.91-
YUV74.43191.52112-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.16%
GREEN value IS 64 (25.39% from 255) = 21.12%
BLUE value IS 187 (73.44% from 255) = 61.72%
R=17.16%
G=21.12%
B=61.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52641870.720.6600.27234.6756.4946.86
Hex3440BB484201Beb382f
Octal641002731101020333537057
Binary1101001000000101110111001000100001001101111101011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3440bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3440bb; }

 p { color: rgb(52,64,187); }

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

<style>
 a { background-color: #3440bb; }

 a { background-color: rgb(52,64,187); }

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

<style>
 span { border-color: #3440bb; }

 span { border-color: rgb(52,64,187); }

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