Html Css Color HEX #3168C1 Cerulean Blue

📋 copy color: '#3168C1'

red 49 ◦ green 104 ◦ blue 193

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

Shades of Cerulean Blue #3168C1

Tints of Cerulean Blue #3168C1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.06%

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

R = 14.16%
G = 30.06%
B = 55.78%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3168C1 (or 0x3168C1) is known color: Cerulean Blue. HEX triplet: 31, 68 and C1. RGB value is (49,104,193). Sum of RGB (Red+Green+Blue) = 49+104+193=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 193 (75.78% from 255 or 55.78% from 346); Max value from RGB is 193 - color contains mainly: blue. Hex color #3168C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3168C1 is #CE973E. Grayscale: #616161. Windows color (decimal): -13539135 or 12675121. OLE color: 12675121.

HSL color Cylindrical-coordinate representation of color #3168C1: hue angle of 217.08º 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 #3168C1 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 104 193 -
CMYK 0.75 0.46 0 0.24
HSL 217.08º 0.6% 0.47% -
HSV(B) 217.08º 0.75% 0.76% -
XYZ 15.84 14.4 52.4 -
YUV 97.7 181.78 93.26 -
System Red Green Blue C M Y K H S L
Decimal 49 104 193 0.75 0.46 0 0.24 217.08 0.6 0.47
Hex 31 68 C1 4B 2E 0 18 D9 3C 2F
Octal 61 150 301 113 56 0 30 331 74 57
Binary 110001 1101000 11000001 1001011 101110 0 11000 11011001 111100 101111

Color Harmonies of #3168C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3168C1

Black with #3168C1

Text Example


Text Example

White with #3168C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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