Html Css Color HEX #27475C Arapawa

📋 copy color: '#27475C'

red 39 ◦ green 71 ◦ blue 92

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

Shades of Arapawa #27475C

Tints of Arapawa #27475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 45.54%

R = 19.31%
G = 35.15%
B = 45.54%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27475C (or 0x27475C) is known color: Arapawa. HEX triplet: 27, 47 and 5C. RGB value is (39,71,92). Sum of RGB (Red+Green+Blue) = 39+71+92=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #27475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27475C is #D8B8A3. Grayscale: #3F3F3F. Windows color (decimal): -14203044 or 6047527. OLE color: 6047527.

HSL color Cylindrical-coordinate representation of color #27475C: hue angle of 203.77º degrees, saturation: 0.4, 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 #27475C is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 71 92 -
CMYK 0.58 0.23 0 0.64
HSL 203.77º 0.4% 0.26% -
HSV(B) 203.77º 0.58% 0.36% -
XYZ 5.02 5.71 10.96 -
YUV 63.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 39 71 92 0.58 0.23 0 0.64 203.77 0.4 0.26
Hex 27 47 5C 3A 17 0 40 CC 28 1A
Octal 47 107 134 72 27 0 100 314 50 32
Binary 100111 1000111 1011100 111010 10111 0 1000000 11001100 101000 11010

Color Harmonies of #27475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27475C

Black with #27475C

Text Example


Text Example

White with #27475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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