#3242BB

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

Shades of Cerulean Blue #3242BB

Tints of Cerulean Blue #3242BB

Color information

#3242BB (or 0x3242BB) is unknown color: approx Cerulean Blue. HEX triplet: 32, 42 and BB. RGB value is (50,66,187). Sum of RGB (Red+Green+Blue) = 50+66+187=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 66 (26.17% from 255 or 21.78% 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 #3242BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3242BB is #CDBD44. Grayscale: #4A4A4A. Windows color (decimal): -13483333 or 12272178. OLE color: 12272178.

HSL color Cylindrical-coordinate representation of color #3242BB: hue angle of 232.99º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3242BB is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5066187-
CMYK0.730.6500.27
HSL232.99º57.81%46.47%-
HSV(B)232.99º73.26%73.33%-
XYZ12.238.1647.94-
YUV75.01191.2110.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.50%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 187 (73.44% from 255) = 61.72%
R=16.50%
G=21.78%
B=61.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50661870.730.6500.27232.9957.8146.47
Hex3242BB494101Be93a2e
Octal621022731111010333517256
Binary1100101000010101110111001001100000101101111101001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3242BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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