Html Css Color HEX #27475D Arapawa

📋 copy color: '#27475D'

red 39 ◦ green 71 ◦ blue 93

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

Shades of Arapawa #27475D

Tints of Arapawa #27475D

RGB

 RED value IS 39 (15.63% from 255) = 19.21%

 GREEN value IS 71 (28.13% from 255) = 34.98%

 BLUE value IS 93 (36.72% from 255) = 45.81%

R = 19.21%
G = 34.98%
B = 45.81%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27475D (or 0x27475D) is known color: Arapawa. HEX triplet: 27, 47 and 5D. RGB value is (39,71,93). Sum of RGB (Red+Green+Blue) = 39+71+93=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #27475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27475D is #D8B8A2. Grayscale: #3F3F3F. Windows color (decimal): -14203043 or 6113063. OLE color: 6113063.

HSL color Cylindrical-coordinate representation of color #27475D: hue angle of 204.44º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #27475D is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 71 93 -
CMYK 0.58 0.24 0 0.64
HSL 204.44º 0.41% 0.26% -
HSV(B) 204.44º 0.58% 0.36% -
XYZ 5.07 5.73 11.19 -
YUV 63.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 39 71 93 0.58 0.24 0 0.64 204.44 0.41 0.26
Hex 27 47 5D 3A 18 0 40 CC 29 1A
Octal 47 107 135 72 30 0 100 314 51 32
Binary 100111 1000111 1011101 111010 11000 0 1000000 11001100 101001 11010

Color Harmonies of #27475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27475D

Black with #27475D

Text Example


Text Example

White with #27475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27475D; }

 p { color: rgb(39,71,93); }

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

background-color css

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

 a { background-color: rgb(39,71,93); }

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

border-color css

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

 span { border-color: rgb(39,71,93); }

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