#3258BE

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

Shades of Cerulean Blue #3258BE

Tints of Cerulean Blue #3258BE

Color information

#3258BE (or 0x3258BE) is unknown color: approx Cerulean Blue. HEX triplet: 32, 58 and BE. RGB value is (50,88,190). Sum of RGB (Red+Green+Blue) = 50+88+190=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #3258BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3258BE is #CDA741. Grayscale: #575757. Windows color (decimal): -13477698 or 12474418. OLE color: 12474418.

HSL color Cylindrical-coordinate representation of color #3258BE: hue angle of 223.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3258BE is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5088190-
CMYK0.740.5400.25
HSL223.71º58.33%47.06%-
HSV(B)223.71º73.68%74.51%-
XYZ14.111.3850.17-
YUV88.27185.41100.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.24%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 190 (74.61% from 255) = 57.93%
R=15.24%
G=26.83%
B=57.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50881900.740.5400.25223.7158.3347.06
Hex3258BE4A36019e03a2f
Octal62130276112660313407257
Binary110010101100010111110100101011011001100111100000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3258BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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