Html Css Color HEX #2C4761 Arapawa

📋 copy color: '#2C4761'

red 44 ◦ green 71 ◦ blue 97

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

Shades of Arapawa #2C4761

Tints of Arapawa #2C4761

RGB

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

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

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

R = 20.75%
G = 33.49%
B = 45.75%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2C4761 (or 0x2C4761) is known color: Arapawa. HEX triplet: 2C, 47 and 61. RGB value is (44,71,97). Sum of RGB (Red+Green+Blue) = 44+71+97=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #2C4761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4761 is #D3B89E. Grayscale: #414141. Windows color (decimal): -13875359 or 6375212. OLE color: 6375212.

HSL color Cylindrical-coordinate representation of color #2C4761: hue angle of 209.43º 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 #2C4761 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 71 97 -
CMYK 0.55 0.27 0 0.62
HSL 209.43º 0.38% 0.28% -
HSV(B) 209.43º 0.55% 0.38% -
XYZ 5.45 5.91 12.16 -
YUV 65.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 44 71 97 0.55 0.27 0 0.62 209.43 0.38 0.28
Hex 2C 47 61 37 1B 0 3E D1 26 1C
Octal 54 107 141 67 33 0 76 321 46 34
Binary 101100 1000111 1100001 110111 11011 0 111110 11010001 100110 11100

Color Harmonies of #2C4761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4761

Black with #2C4761

Text Example


Text Example

White with #2C4761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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