#3250AB

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

Shades of Cerulean Blue #3250AB

Tints of Cerulean Blue #3250AB

Color information

#3250AB (or 0x3250AB) is unknown color: approx Cerulean Blue. HEX triplet: 32, 50 and AB. RGB value is (50,80,171). Sum of RGB (Red+Green+Blue) = 50+80+171=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #3250AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3250AB is #CDAF54. Grayscale: #515151. Windows color (decimal): -13479765 or 11227186. OLE color: 11227186.

HSL color Cylindrical-coordinate representation of color #3250AB: hue angle of 225.12º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3250AB is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5080171-
CMYK0.710.5300.33
HSL225.12º54.75%43.33%-
HSV(B)225.12º70.76%67.06%-
XYZ11.539.3639.73-
YUV81.4178.56105.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.61%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 171 (67.19% from 255) = 56.81%
R=16.61%
G=26.58%
B=56.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50801710.710.5300.33225.1254.7543.33
Hex3250AB4735021e1372b
Octal62120253107650413416753
Binary1100101010000101010111000111110101010000111100001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3250AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3250AB; }

 p { color: rgb(50,80,171); }

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

<style>
 a { background-color: #3250AB; }

 a { background-color: rgb(50,80,171); }

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

<style>
 span { border-color: #3250AB; }

 span { border-color: rgb(50,80,171); }

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