Html Css Color HEX #3168C2 Cerulean Blue

📋 copy color: '#3168C2'

red 49 ◦ green 104 ◦ blue 194

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

Shades of Cerulean Blue #3168C2

Tints of Cerulean Blue #3168C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 55.91%

R = 14.12%
G = 29.97%
B = 55.91%

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

#3168C2 (or 0x3168C2) is known color: Cerulean Blue. HEX triplet: 31, 68 and C2. RGB value is (49,104,194). Sum of RGB (Red+Green+Blue) = 49+104+194=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 194 (76.17% from 255 or 55.91% from 347); Max value from RGB is 194 - color contains mainly: blue. Hex color #3168C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3168C2 is #CE973D. Grayscale: #616161. Windows color (decimal): -13539134 or 12740657. OLE color: 12740657.

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

Color convert

RGB 49 104 194 -
CMYK 0.75 0.46 0 0.24
HSL 217.24º 0.6% 0.48% -
HSV(B) 217.24º 0.75% 0.76% -
XYZ 15.95 14.45 52.99 -
YUV 97.82 182.28 93.18 -
System Red Green Blue C M Y K H S L
Decimal 49 104 194 0.75 0.46 0 0.24 217.24 0.6 0.48
Hex 31 68 C2 4B 2E 0 18 D9 3C 30
Octal 61 150 302 113 56 0 30 331 74 60
Binary 110001 1101000 11000010 1001011 101110 0 11000 11011001 111100 110000

Color Harmonies of #3168C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3168C2

Black with #3168C2

Text Example


Text Example

White with #3168C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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