Html Css Color HEX #27495C Arapawa

📋 copy color: '#27495C'

red 39 ◦ green 73 ◦ blue 92

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

Shades of Arapawa #27495C

Tints of Arapawa #27495C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.78%

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

R = 19.12%
G = 35.78%
B = 45.1%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27495C (or 0x27495C) is known color: Arapawa. HEX triplet: 27, 49 and 5C. RGB value is (39,73,92). Sum of RGB (Red+Green+Blue) = 39+73+92=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #27495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27495C is #D8B6A3. Grayscale: #404040. Windows color (decimal): -14202532 or 6048039. OLE color: 6048039.

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

Color convert

RGB 39 73 92 -
CMYK 0.58 0.21 0 0.64
HSL 201.51º 0.4% 0.26% -
HSV(B) 201.51º 0.58% 0.36% -
XYZ 5.15 5.97 11.01 -
YUV 65 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 39 73 92 0.58 0.21 0 0.64 201.51 0.4 0.26
Hex 27 49 5C 3A 15 0 40 CA 28 1A
Octal 47 111 134 72 25 0 100 312 50 32
Binary 100111 1001001 1011100 111010 10101 0 1000000 11001010 101000 11010

Color Harmonies of #27495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27495C

Black with #27495C

Text Example


Text Example

White with #27495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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