Html Css Color HEX #2C5261 Arapawa

📋 copy color: '#2C5261'

red 44 ◦ green 82 ◦ blue 97

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

Shades of Arapawa #2C5261

Tints of Arapawa #2C5261

RGB

 RED value IS 44 (17.58% from 255) = 19.73%

 GREEN value IS 82 (32.42% from 255) = 36.77%

 BLUE value IS 97 (38.28% from 255) = 43.5%

R = 19.73%
G = 36.77%
B = 43.5%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2C5261 (or 0x2C5261) is known color: Arapawa. HEX triplet: 2C, 52 and 61. RGB value is (44,82,97). Sum of RGB (Red+Green+Blue) = 44+82+97=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #2C5261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5261 is #D3AD9E. Grayscale: #484848. Windows color (decimal): -13872543 or 6378028. OLE color: 6378028.

HSL color Cylindrical-coordinate representation of color #2C5261: hue angle of 196.98º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C5261 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 82 97 -
CMYK 0.55 0.15 0 0.62
HSL 196.98º 0.38% 0.28% -
HSV(B) 196.98º 0.55% 0.38% -
XYZ 6.21 7.43 12.42 -
YUV 72.35 141.91 107.78 -
System Red Green Blue C M Y K H S L
Decimal 44 82 97 0.55 0.15 0 0.62 196.98 0.38 0.28
Hex 2C 52 61 37 F 0 3E C5 26 1C
Octal 54 122 141 67 17 0 76 305 46 34
Binary 101100 1010010 1100001 110111 1111 0 111110 11000101 100110 11100

Color Harmonies of #2C5261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5261

Black with #2C5261

Text Example


Text Example

White with #2C5261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C5261; }

 p { color: rgb(44,82,97); }

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

background-color css

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

 a { background-color: rgb(44,82,97); }

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

border-color css

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

 span { border-color: rgb(44,82,97); }

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