#3258AE

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

Shades of Cerulean Blue #3258AE

Tints of Cerulean Blue #3258AE

Color information

#3258AE (or 0x3258AE) is unknown color: approx Cerulean Blue. HEX triplet: 32, 58 and AE. RGB value is (50,88,174). Sum of RGB (Red+Green+Blue) = 50+88+174=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #3258AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3258AE is #CDA751. Grayscale: #565656. Windows color (decimal): -13477714 or 11425842. OLE color: 11425842.

HSL color Cylindrical-coordinate representation of color #3258AE: hue angle of 221.61º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3258AE is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5088174-
CMYK0.710.4900.32
HSL221.61º55.36%43.92%-
HSV(B)221.61º71.26%68.24%-
XYZ12.4510.7141.46-
YUV86.44177.41102.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.03%
GREEN value IS 88 (34.77% from 255) = 28.21%
BLUE value IS 174 (68.36% from 255) = 55.77%
R=16.03%
G=28.21%
B=55.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal50881740.710.4900.32221.6155.3643.92
Hex3258AE4731020de372c
Octal62130256107610403366754
Binary1100101011000101011101000111110001010000011011110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3258AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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