Html Css Color HEX #3162C1 Cerulean Blue

📋 copy color: '#3162C1'

red 49 ◦ green 98 ◦ blue 193

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

Shades of Cerulean Blue #3162C1

Tints of Cerulean Blue #3162C1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.82%

 BLUE value IS 193 (75.78% from 255) = 56.76%

R = 14.41%
G = 28.82%
B = 56.76%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3162C1 (or 0x3162C1) is known color: Cerulean Blue. HEX triplet: 31, 62 and C1. RGB value is (49,98,193). Sum of RGB (Red+Green+Blue) = 49+98+193=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 193 (75.78% from 255 or 56.76% from 340); Max value from RGB is 193 - color contains mainly: blue. Hex color #3162C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3162C1 is #CE9D3E. Grayscale: #5D5D5D. Windows color (decimal): -13540671 or 12673585. OLE color: 12673585.

HSL color Cylindrical-coordinate representation of color #3162C1: hue angle of 219.58º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3162C1 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 98 193 -
CMYK 0.75 0.49 0 0.24
HSL 219.58º 0.6% 0.47% -
HSV(B) 219.58º 0.75% 0.76% -
XYZ 15.26 13.24 52.2 -
YUV 94.18 183.77 95.78 -
System Red Green Blue C M Y K H S L
Decimal 49 98 193 0.75 0.49 0 0.24 219.58 0.6 0.47
Hex 31 62 C1 4B 31 0 18 DC 3C 2F
Octal 61 142 301 113 61 0 30 334 74 57
Binary 110001 1100010 11000001 1001011 110001 0 11000 11011100 111100 101111

Color Harmonies of #3162C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3162C1

Black with #3162C1

Text Example


Text Example

White with #3162C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3162C1; }

 p { color: rgb(49,98,193); }

 H1.HeaderClassName
 {
   color: #3162C1;
 }
 .AnyTagClassName
 {
   color: #3162C1;
 }
</style>

background-color css

<style>
 a { background-color: #3162C1; }

 a { background-color: rgb(49,98,193); }

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

border-color css

<style>
 span { border-color: #3162C1; }

 span { border-color: rgb(49,98,193); }

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