#3241B6

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

Shades of Cerulean Blue #3241B6

Tints of Cerulean Blue #3241B6

Color information

#3241B6 (or 0x3241B6) is unknown color: approx Cerulean Blue. HEX triplet: 32, 41 and B6. RGB value is (50,65,182). Sum of RGB (Red+Green+Blue) = 50+65+182=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 182 (71.48% from 255 or 61.28% from 297); Max value from RGB is 182 - color contains mainly: blue. Hex color #3241B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3241B6 is #CDBE49. Grayscale: #494949. Windows color (decimal): -13483594 or 11944242. OLE color: 11944242.

HSL color Cylindrical-coordinate representation of color #3241B6: hue angle of 233.18º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3241B6 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5065182-
CMYK0.730.6400.29
HSL233.18º56.9%45.49%-
HSV(B)233.18º72.53%71.37%-
XYZ11.657.8445.15-
YUV73.85189.03110.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.84%
GREEN value IS 65 (25.78% from 255) = 21.89%
BLUE value IS 182 (71.48% from 255) = 61.28%
R=16.84%
G=21.89%
B=61.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50651820.730.6400.29233.1856.945.49
Hex3241B6494001De9392d
Octal621012661111000353517155
Binary1100101000001101101101001001100000001110111101001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3241B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3241B6; }

 p { color: rgb(50,65,182); }

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

<style>
 a { background-color: #3241B6; }

 a { background-color: rgb(50,65,182); }

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

<style>
 span { border-color: #3241B6; }

 span { border-color: rgb(50,65,182); }

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