Html Css Color HEX #3158BC Cerulean Blue

📋 copy color: '#3158BC'

red 49 ◦ green 88 ◦ blue 188

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

Shades of Cerulean Blue #3158BC

Tints of Cerulean Blue #3158BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.85%

R = 15.08%
G = 27.08%
B = 57.85%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3158BC (or 0x3158BC) is known color: Cerulean Blue. HEX triplet: 31, 58 and BC. RGB value is (49,88,188). Sum of RGB (Red+Green+Blue) = 49+88+188=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #3158BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3158BC is #CEA743. Grayscale: #575757. Windows color (decimal): -13543236 or 12343345. OLE color: 12343345.

HSL color Cylindrical-coordinate representation of color #3158BC: hue angle of 223.17º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3158BC is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 88 188 -
CMYK 0.74 0.53 0 0.26
HSL 223.17º 0.59% 0.46% -
HSV(B) 223.17º 0.74% 0.74% -
XYZ 13.83 11.26 49.02 -
YUV 87.74 184.58 100.37 -
System Red Green Blue C M Y K H S L
Decimal 49 88 188 0.74 0.53 0 0.26 223.17 0.59 0.46
Hex 31 58 BC 4A 35 0 1A DF 3B 2E
Octal 61 130 274 112 65 0 32 337 73 56
Binary 110001 1011000 10111100 1001010 110101 0 11010 11011111 111011 101110

Color Harmonies of #3158BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3158BC

Black with #3158BC

Text Example


Text Example

White with #3158BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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