Html Css Color HEX #27475E Arapawa

📋 copy color: '#27475E'

red 39 ◦ green 71 ◦ blue 94

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

Shades of Arapawa #27475E

Tints of Arapawa #27475E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.08%

R = 19.12%
G = 34.8%
B = 46.08%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#27475E (or 0x27475E) is known color: Arapawa. HEX triplet: 27, 47 and 5E. RGB value is (39,71,94). Sum of RGB (Red+Green+Blue) = 39+71+94=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: blue. Hex color #27475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27475E is #D8B8A1. Grayscale: #3F3F3F. Windows color (decimal): -14203042 or 6178599. OLE color: 6178599.

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

Color convert

RGB 39 71 94 -
CMYK 0.59 0.24 0 0.63
HSL 205.09º 0.41% 0.26% -
HSV(B) 205.09º 0.59% 0.37% -
XYZ 5.11 5.75 11.43 -
YUV 64.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 39 71 94 0.59 0.24 0 0.63 205.09 0.41 0.26
Hex 27 47 5E 3B 18 0 3F CD 29 1A
Octal 47 107 136 73 30 0 77 315 51 32
Binary 100111 1000111 1011110 111011 11000 0 111111 11001101 101001 11010

Color Harmonies of #27475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27475E

Black with #27475E

Text Example


Text Example

White with #27475E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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