Html Css Color HEX #274959 Arapawa

📋 copy color: '#274959'

red 39 ◦ green 73 ◦ blue 89

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

Shades of Arapawa #274959

Tints of Arapawa #274959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 44.28%

R = 19.4%
G = 36.32%
B = 44.28%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#274959 (or 0x274959) is known color: Arapawa. HEX triplet: 27, 49 and 59. RGB value is (39,73,89). Sum of RGB (Red+Green+Blue) = 39+73+89=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #274959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274959 is #D8B6A6. Grayscale: #404040. Windows color (decimal): -14202535 or 5851431. OLE color: 5851431.

HSL color Cylindrical-coordinate representation of color #274959: hue angle of 199.2º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #274959 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 73 89 -
CMYK 0.56 0.18 0 0.65
HSL 199.2º 0.39% 0.25% -
HSV(B) 199.2º 0.56% 0.35% -
XYZ 5.02 5.92 10.33 -
YUV 64.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 39 73 89 0.56 0.18 0 0.65 199.2 0.39 0.25
Hex 27 49 59 38 12 0 41 C7 27 19
Octal 47 111 131 70 22 0 101 307 47 31
Binary 100111 1001001 1011001 111000 10010 0 1000001 11000111 100111 11001

Color Harmonies of #274959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274959

Black with #274959

Text Example


Text Example

White with #274959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274959; }

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

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

background-color css

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

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

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

border-color css

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

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

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