#3058BF

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

Shades of Cerulean Blue #3058BF

Tints of Cerulean Blue #3058BF

Color information

#3058BF (or 0x3058BF) is unknown color: approx Cerulean Blue. HEX triplet: 30, 58 and BF. RGB value is (48,88,191). Sum of RGB (Red+Green+Blue) = 48+88+191=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #3058BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3058BF is #CFA740. Grayscale: #575757. Windows color (decimal): -13608769 or 12539952. OLE color: 12539952.

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

Color convert

RGB4888191-
CMYK0.750.5400.25
HSL223.22º59.83%46.86%-
HSV(B)223.22º74.87%74.9%-
XYZ14.1111.3750.74-
YUV87.78186.2599.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.68%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 191 (75% from 255) = 58.41%
R=14.68%
G=26.91%
B=58.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48881910.750.5400.25223.2259.8346.86
Hex3058BF4B36019df3c2f
Octal60130277113660313377457
Binary110000101100010111111100101111011001100111011111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3058BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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