#3058AF

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

Shades of Cerulean Blue #3058AF

Tints of Cerulean Blue #3058AF

Color information

#3058AF (or 0x3058AF) is unknown color: approx Cerulean Blue. HEX triplet: 30, 58 and AF. RGB value is (48,88,175). Sum of RGB (Red+Green+Blue) = 48+88+175=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #3058AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3058AF is #CFA750. Grayscale: #555555. Windows color (decimal): -13608785 or 11491376. OLE color: 11491376.

HSL color Cylindrical-coordinate representation of color #3058AF: hue angle of 221.1º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3058AF is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4888175-
CMYK0.730.5000.31
HSL221.1º56.95%43.73%-
HSV(B)221.1º72.57%68.63%-
XYZ12.4510.741.97-
YUV85.96178.25100.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 175 (68.75% from 255) = 56.27%
R=15.43%
G=28.30%
B=56.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48881750.730.5000.31221.156.9543.73
Hex3058AF493201Fdd392c
Octal60130257111620373357154
Binary110000101100010101111100100111001001111111011101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3058AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3058AF; }

 p { color: rgb(48,88,175); }

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

<style>
 a { background-color: #3058AF; }

 a { background-color: rgb(48,88,175); }

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

<style>
 span { border-color: #3058AF; }

 span { border-color: rgb(48,88,175); }

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