Html Css Color HEX #3058CB Cerulean Blue

📋 copy color: '#3058CB'

red 48 ◦ green 88 ◦ blue 203

#3058CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #3058CB

Tints of Cerulean Blue #3058CB

RGB

 RED value IS 48 (19.14% from 255) = 14.16%

 GREEN value IS 88 (34.77% from 255) = 25.96%

 BLUE value IS 203 (79.69% from 255) = 59.88%

R = 14.16%
G = 25.96%
B = 59.88%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3058CB (or 0x3058CB) is known color: Cerulean Blue. HEX triplet: 30, 58 and CB. RGB value is (48,88,203). Sum of RGB (Red+Green+Blue) = 48+88+203=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #3058CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3058CB is #CFA734. Grayscale: #585858. Windows color (decimal): -13608757 or 13326384. OLE color: 13326384.

HSL color Cylindrical-coordinate representation of color #3058CB: hue angle of 224.52º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3058CB is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 88 203 -
CMYK 0.76 0.57 0 0.20
HSL 224.52º 0.62% 0.49% -
HSV(B) 224.52º 0.76% 0.8% -
XYZ 15.49 11.92 57.98 -
YUV 89.15 192.25 98.65 -
System Red Green Blue C M Y K H S L
Decimal 48 88 203 0.76 0.57 0 0.20 224.52 0.62 0.49
Hex 30 58 CB 4C 39 0 14 E1 3E 31
Octal 60 130 313 114 71 0 24 341 76 61
Binary 110000 1011000 11001011 1001100 111001 0 10100 11100001 111110 110001

Color Harmonies of #3058CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3058CB

Black with #3058CB

Text Example


Text Example

White with #3058CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3058CB;
 }
 .AnyTagClassName
 {
   color: #3058CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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