Html Css Color HEX #315360 Arapawa

📋 copy color: '#315360'

red 49 ◦ green 83 ◦ blue 96

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

Shades of Arapawa #315360

Tints of Arapawa #315360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.4%

 BLUE value IS 96 (37.89% from 255) = 42.11%

R = 21.49%
G = 36.4%
B = 42.11%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#315360 (or 0x315360) is known color: Arapawa. HEX triplet: 31, 53 and 60. RGB value is (49,83,96). Sum of RGB (Red+Green+Blue) = 49+83+96=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #315360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315360 is #CEAC9F. Grayscale: #4A4A4A. Windows color (decimal): -13544608 or 6312753. OLE color: 6312753.

HSL color Cylindrical-coordinate representation of color #315360: hue angle of 196.6º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #315360 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 83 96 -
CMYK 0.49 0.14 0 0.62
HSL 196.6º 0.32% 0.28% -
HSV(B) 196.6º 0.49% 0.38% -
XYZ 6.47 7.68 12.21 -
YUV 74.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 49 83 96 0.49 0.14 0 0.62 196.6 0.32 0.28
Hex 31 53 60 31 E 0 3E C5 20 1C
Octal 61 123 140 61 16 0 76 305 40 34
Binary 110001 1010011 1100000 110001 1110 0 111110 11000101 100000 11100

Color Harmonies of #315360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315360

Black with #315360

Text Example


Text Example

White with #315360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315360; }

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

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

background-color css

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

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

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

border-color css

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

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

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