Html Css Color HEX #27465F Arapawa

📋 copy color: '#27465F'

red 39 ◦ green 70 ◦ blue 95

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

Shades of Arapawa #27465F

Tints of Arapawa #27465F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 46.57%

R = 19.12%
G = 34.31%
B = 46.57%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#27465F (or 0x27465F) is known color: Arapawa. HEX triplet: 27, 46 and 5F. RGB value is (39,70,95). Sum of RGB (Red+Green+Blue) = 39+70+95=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #27465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27465F is #D8B9A0. Grayscale: #3F3F3F. Windows color (decimal): -14203297 or 6243879. OLE color: 6243879.

HSL color Cylindrical-coordinate representation of color #27465F: hue angle of 206.79º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27465F is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 39 70 95 -
CMYK 0.59 0.26 0 0.63
HSL 206.79º 0.42% 0.26% -
HSV(B) 206.79º 0.59% 0.37% -
XYZ 5.09 5.64 11.65 -
YUV 63.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 39 70 95 0.59 0.26 0 0.63 206.79 0.42 0.26
Hex 27 46 5F 3B 1A 0 3F CF 2A 1A
Octal 47 106 137 73 32 0 77 317 52 32
Binary 100111 1000110 1011111 111011 11010 0 111111 11001111 101010 11010

Color Harmonies of #27465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27465F

Black with #27465F

Text Example


Text Example

White with #27465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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