Html Css Color HEX #27475A Arapawa

📋 copy color: '#27475A'

red 39 ◦ green 71 ◦ blue 90

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

Shades of Arapawa #27475A

Tints of Arapawa #27475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45%

R = 19.5%
G = 35.5%
B = 45%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#27475A (or 0x27475A) is known color: Arapawa. HEX triplet: 27, 47 and 5A. RGB value is (39,71,90). Sum of RGB (Red+Green+Blue) = 39+71+90=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #27475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27475A is #D8B8A5. Grayscale: #3F3F3F. Windows color (decimal): -14203046 or 5916455. OLE color: 5916455.

HSL color Cylindrical-coordinate representation of color #27475A: hue angle of 202.35º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27475A is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 71 90 -
CMYK 0.57 0.21 0 0.65
HSL 202.35º 0.4% 0.25% -
HSV(B) 202.35º 0.57% 0.35% -
XYZ 4.94 5.68 10.51 -
YUV 63.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 39 71 90 0.57 0.21 0 0.65 202.35 0.4 0.25
Hex 27 47 5A 39 15 0 41 CA 28 19
Octal 47 107 132 71 25 0 101 312 50 31
Binary 100111 1000111 1011010 111001 10101 0 1000001 11001010 101000 11001

Color Harmonies of #27475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27475A

Black with #27475A

Text Example


Text Example

White with #27475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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