Html Css Color HEX #3158CB Cerulean Blue

📋 copy color: '#3158CB'

red 49 ◦ green 88 ◦ blue 203

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

Shades of Cerulean Blue #3158CB

Tints of Cerulean Blue #3158CB

RGB

 RED value IS 49 (19.53% from 255) = 14.41%

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

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

R = 14.41%
G = 25.88%
B = 59.71%

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

#3158CB (or 0x3158CB) is known color: Cerulean Blue. HEX triplet: 31, 58 and CB. RGB value is (49,88,203). Sum of RGB (Red+Green+Blue) = 49+88+203=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #3158CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3158CB is #CEA734. Grayscale: #585858. Windows color (decimal): -13543221 or 13326385. OLE color: 13326385.

HSL color Cylindrical-coordinate representation of color #3158CB: hue angle of 224.81º degrees, saturation: 0.61, 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 #3158CB is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 88 203 -
CMYK 0.76 0.57 0 0.20
HSL 224.81º 0.61% 0.49% -
HSV(B) 224.81º 0.76% 0.8% -
XYZ 15.54 11.94 57.99 -
YUV 89.45 192.08 99.15 -
System Red Green Blue C M Y K H S L
Decimal 49 88 203 0.76 0.57 0 0.20 224.81 0.61 0.49
Hex 31 58 CB 4C 39 0 14 E1 3D 31
Octal 61 130 313 114 71 0 24 341 75 61
Binary 110001 1011000 11001011 1001100 111001 0 10100 11100001 111101 110001

Color Harmonies of #3158CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3158CB

Black with #3158CB

Text Example


Text Example

White with #3158CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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