Html Css Color HEX #274760 Arapawa

📋 copy color: '#274760'

red 39 ◦ green 71 ◦ blue 96

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

Shades of Arapawa #274760

Tints of Arapawa #274760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.47%

 BLUE value IS 96 (37.89% from 255) = 46.6%

R = 18.93%
G = 34.47%
B = 46.6%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#274760 (or 0x274760) is known color: Arapawa. HEX triplet: 27, 47 and 60. RGB value is (39,71,96). Sum of RGB (Red+Green+Blue) = 39+71+96=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #274760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274760 is #D8B89F. Grayscale: #404040. Windows color (decimal): -14203040 or 6309671. OLE color: 6309671.

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

Color convert

RGB 39 71 96 -
CMYK 0.59 0.26 0 0.62
HSL 206.32º 0.42% 0.26% -
HSV(B) 206.32º 0.59% 0.38% -
XYZ 5.2 5.78 11.91 -
YUV 64.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 39 71 96 0.59 0.26 0 0.62 206.32 0.42 0.26
Hex 27 47 60 3B 1A 0 3E CE 2A 1A
Octal 47 107 140 73 32 0 76 316 52 32
Binary 100111 1000111 1100000 111011 11010 0 111110 11001110 101010 11010

Color Harmonies of #274760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274760

Black with #274760

Text Example


Text Example

White with #274760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274760; }

 p { color: rgb(39,71,96); }

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

background-color css

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

 a { background-color: rgb(39,71,96); }

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

border-color css

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

 span { border-color: rgb(39,71,96); }

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