Html Css Color HEX #27465A Arapawa

📋 copy color: '#27465A'

red 39 ◦ green 70 ◦ blue 90

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

Shades of Arapawa #27465A

Tints of Arapawa #27465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.18%

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

R = 19.6%
G = 35.18%
B = 45.23%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#27465A (or 0x27465A) is known color: Arapawa. HEX triplet: 27, 46 and 5A. RGB value is (39,70,90). Sum of RGB (Red+Green+Blue) = 39+70+90=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #27465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27465A is #D8B9A5. Grayscale: #3E3E3E. Windows color (decimal): -14203302 or 5916199. OLE color: 5916199.

HSL color Cylindrical-coordinate representation of color #27465A: hue angle of 203.53º 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 #27465A is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 70 90 -
CMYK 0.57 0.22 0 0.65
HSL 203.53º 0.4% 0.25% -
HSV(B) 203.53º 0.57% 0.35% -
XYZ 4.87 5.55 10.49 -
YUV 63.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 39 70 90 0.57 0.22 0 0.65 203.53 0.4 0.25
Hex 27 46 5A 39 16 0 41 CC 28 19
Octal 47 106 132 71 26 0 101 314 50 31
Binary 100111 1000110 1011010 111001 10110 0 1000001 11001100 101000 11001

Color Harmonies of #27465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27465A

Black with #27465A

Text Example


Text Example

White with #27465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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