Html Css Color HEX #3160AF Cerulean Blue

📋 copy color: '#3160AF'

red 49 ◦ green 96 ◦ blue 175

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

Shades of Cerulean Blue #3160AF

Tints of Cerulean Blue #3160AF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30%

 BLUE value IS 175 (68.75% from 255) = 54.69%

R = 15.31%
G = 30%
B = 54.69%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3160AF (or 0x3160AF) is known color: Cerulean Blue. HEX triplet: 31, 60 and AF. RGB value is (49,96,175). Sum of RGB (Red+Green+Blue) = 49+96+175=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #3160AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3160AF is #CE9F50. Grayscale: #5A5A5A. Windows color (decimal): -13541201 or 11493425. OLE color: 11493425.

HSL color Cylindrical-coordinate representation of color #3160AF: hue angle of 217.62º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3160AF is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 96 175 -
CMYK 0.72 0.45 0 0.31
HSL 217.62º 0.56% 0.44% -
HSV(B) 217.62º 0.72% 0.69% -
XYZ 13.19 12.11 42.2 -
YUV 90.95 175.43 98.08 -
System Red Green Blue C M Y K H S L
Decimal 49 96 175 0.72 0.45 0 0.31 217.62 0.56 0.44
Hex 31 60 AF 48 2D 0 1F DA 38 2C
Octal 61 140 257 110 55 0 37 332 70 54
Binary 110001 1100000 10101111 1001000 101101 0 11111 11011010 111000 101100

Color Harmonies of #3160AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3160AF

Black with #3160AF

Text Example


Text Example

White with #3160AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3160AF; }

 p { color: rgb(49,96,175); }

 H1.HeaderClassName
 {
   color: #3160AF;
 }
 .AnyTagClassName
 {
   color: #3160AF;
 }
</style>

background-color css

<style>
 a { background-color: #3160AF; }

 a { background-color: rgb(49,96,175); }

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

border-color css

<style>
 span { border-color: #3160AF; }

 span { border-color: rgb(49,96,175); }

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