#3258CC

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

Shades of Cerulean Blue #3258CC

Tints of Cerulean Blue #3258CC

Color information

#3258CC (or 0x3258CC) is unknown color: approx Cerulean Blue. HEX triplet: 32, 58 and CC. RGB value is (50,88,204). Sum of RGB (Red+Green+Blue) = 50+88+204=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #3258CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3258CC is #CDA733. Grayscale: #595959. Windows color (decimal): -13477684 or 13391922. OLE color: 13391922.

HSL color Cylindrical-coordinate representation of color #3258CC: hue angle of 225.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3258CC is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5088204-
CMYK0.750.5700.2
HSL225.19º60.63%49.8%-
HSV(B)225.19º75.49%80%-
XYZ15.712.0258.62-
YUV89.86192.4199.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.62%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 204 (80.08% from 255) = 59.65%
R=14.62%
G=25.73%
B=59.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal50882040.750.5700.2225.1960.6349.8
Hex3258CC4B39014e13d32
Octal62130314113710243417562
Binary110010101100011001100100101111100101010011100001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3258CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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