#3258B7

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

Shades of Cerulean Blue #3258B7

Tints of Cerulean Blue #3258B7

Color information

#3258B7 (or 0x3258B7) is unknown color: approx Cerulean Blue. HEX triplet: 32, 58 and B7. RGB value is (50,88,183). Sum of RGB (Red+Green+Blue) = 50+88+183=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 183 (71.88% from 255 or 57.01% from 321); Max value from RGB is 183 - color contains mainly: blue. Hex color #3258B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3258B7 is #CDA748. Grayscale: #575757. Windows color (decimal): -13477705 or 12015666. OLE color: 12015666.

HSL color Cylindrical-coordinate representation of color #3258B7: hue angle of 222.86º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3258B7 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5088183-
CMYK0.730.5200.28
HSL222.86º57.08%45.69%-
HSV(B)222.86º72.68%71.76%-
XYZ13.3511.0846.23-
YUV87.47181.91101.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.58%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 183 (71.88% from 255) = 57.01%
R=15.58%
G=27.41%
B=57.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal50881830.730.5200.28222.8657.0845.69
Hex3258B7493401Cdf392e
Octal62130267111640343377156
Binary110010101100010110111100100111010001110011011111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3258B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3258B7; }

 p { color: rgb(50,88,183); }

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

<style>
 a { background-color: #3258B7; }

 a { background-color: rgb(50,88,183); }

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

<style>
 span { border-color: #3258B7; }

 span { border-color: rgb(50,88,183); }

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