#3442BB

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

Shades of Cerulean Blue #3442BB

Tints of Cerulean Blue #3442BB

Color information

#3442BB (or 0x3442BB) is unknown color: approx Cerulean Blue. HEX triplet: 34, 42 and BB. RGB value is (52,66,187). Sum of RGB (Red+Green+Blue) = 52+66+187=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #3442BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3442BB is #CBBD44. Grayscale: #4B4B4B. Windows color (decimal): -13352261 or 12272180. OLE color: 12272180.

HSL color Cylindrical-coordinate representation of color #3442BB: hue angle of 233.78º 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 #3442BB is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5266187-
CMYK0.720.6500.27
HSL233.78º56.49%46.86%-
HSV(B)233.78º72.19%73.33%-
XYZ12.338.2147.95-
YUV75.61190.86111.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 187 (73.44% from 255) = 61.31%
R=17.05%
G=21.64%
B=61.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52661870.720.6500.27233.7856.4946.86
Hex3442BB484101Bea382f
Octal641022731101010333527057
Binary1101001000010101110111001000100000101101111101010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3442BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3442BB; }

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

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

<style>
 a { background-color: #3442BB; }

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

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

<style>
 span { border-color: #3442BB; }

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

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