Html Css Color HEX #2C5363 Arapawa

📋 copy color: '#2C5363'

red 44 ◦ green 83 ◦ blue 99

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

Shades of Arapawa #2C5363

Tints of Arapawa #2C5363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.73%

 BLUE value IS 99 (39.06% from 255) = 43.81%

R = 19.47%
G = 36.73%
B = 43.81%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2C5363 (or 0x2C5363) is known color: Arapawa. HEX triplet: 2C, 53 and 63. RGB value is (44,83,99). Sum of RGB (Red+Green+Blue) = 44+83+99=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #2C5363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5363 is #D3AC9C. Grayscale: #494949. Windows color (decimal): -13872285 or 6509356. OLE color: 6509356.

HSL color Cylindrical-coordinate representation of color #2C5363: hue angle of 197.45º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C5363 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 44 83 99 -
CMYK 0.56 0.16 0 0.61
HSL 197.45º 0.38% 0.28% -
HSV(B) 197.45º 0.56% 0.39% -
XYZ 6.38 7.62 12.94 -
YUV 73.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 44 83 99 0.56 0.16 0 0.61 197.45 0.38 0.28
Hex 2C 53 63 38 10 0 3D C5 26 1C
Octal 54 123 143 70 20 0 75 305 46 34
Binary 101100 1010011 1100011 111000 10000 0 111101 11000101 100110 11100

Color Harmonies of #2C5363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5363

Black with #2C5363

Text Example


Text Example

White with #2C5363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,83,99); }

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

background-color css

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

 a { background-color: rgb(44,83,99); }

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

border-color css

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

 span { border-color: rgb(44,83,99); }

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