Html Css Color HEX #3163B9 Cerulean Blue

📋 copy color: '#3163B9'

red 49 ◦ green 99 ◦ blue 185

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

Shades of Cerulean Blue #3163B9

Tints of Cerulean Blue #3163B9

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.73%

 BLUE value IS 185 (72.66% from 255) = 55.56%

R = 14.71%
G = 29.73%
B = 55.56%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3163B9 (or 0x3163B9) is known color: Cerulean Blue. HEX triplet: 31, 63 and B9. RGB value is (49,99,185). Sum of RGB (Red+Green+Blue) = 49+99+185=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 185 (72.66% from 255 or 55.56% from 333); Max value from RGB is 185 - color contains mainly: blue. Hex color #3163B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3163B9 is #CE9C46. Grayscale: #5D5D5D. Windows color (decimal): -13540423 or 12149553. OLE color: 12149553.

HSL color Cylindrical-coordinate representation of color #3163B9: hue angle of 217.94º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3163B9 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 99 185 -
CMYK 0.74 0.46 0 0.27
HSL 217.94º 0.58% 0.46% -
HSV(B) 217.94º 0.74% 0.73% -
XYZ 14.49 13.08 47.66 -
YUV 93.85 179.44 96.01 -
System Red Green Blue C M Y K H S L
Decimal 49 99 185 0.74 0.46 0 0.27 217.94 0.58 0.46
Hex 31 63 B9 4A 2E 0 1B DA 3A 2E
Octal 61 143 271 112 56 0 33 332 72 56
Binary 110001 1100011 10111001 1001010 101110 0 11011 11011010 111010 101110

Color Harmonies of #3163B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3163B9

Black with #3163B9

Text Example


Text Example

White with #3163B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3163B9; }

 p { color: rgb(49,99,185); }

 H1.HeaderClassName
 {
   color: #3163B9;
 }
 .AnyTagClassName
 {
   color: #3163B9;
 }
</style>

background-color css

<style>
 a { background-color: #3163B9; }

 a { background-color: rgb(49,99,185); }

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

border-color css

<style>
 span { border-color: #3163B9; }

 span { border-color: rgb(49,99,185); }

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