Html Css Color HEX #27495B Arapawa

📋 copy color: '#27495B'

red 39 ◦ green 73 ◦ blue 91

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

Shades of Arapawa #27495B

Tints of Arapawa #27495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.83%

R = 19.21%
G = 35.96%
B = 44.83%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27495B (or 0x27495B) is known color: Arapawa. HEX triplet: 27, 49 and 5B. RGB value is (39,73,91). Sum of RGB (Red+Green+Blue) = 39+73+91=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #27495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27495B is #D8B6A4. Grayscale: #404040. Windows color (decimal): -14202533 or 5982503. OLE color: 5982503.

HSL color Cylindrical-coordinate representation of color #27495B: hue angle of 200.77º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27495B is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 73 91 -
CMYK 0.57 0.20 0 0.64
HSL 200.77º 0.4% 0.25% -
HSV(B) 200.77º 0.57% 0.36% -
XYZ 5.11 5.95 10.78 -
YUV 64.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 39 73 91 0.57 0.20 0 0.64 200.77 0.4 0.25
Hex 27 49 5B 39 14 0 40 C9 28 19
Octal 47 111 133 71 24 0 100 311 50 31
Binary 100111 1001001 1011011 111001 10100 0 1000000 11001001 101000 11001

Color Harmonies of #27495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27495B

Black with #27495B

Text Example


Text Example

White with #27495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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