Html Css Color HEX #2C5360 Arapawa

📋 copy color: '#2C5360'

red 44 ◦ green 83 ◦ blue 96

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

Shades of Arapawa #2C5360

Tints of Arapawa #2C5360

RGB

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

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

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

R = 19.73%
G = 37.22%
B = 43.05%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2C5360 (or 0x2C5360) is known color: Arapawa. HEX triplet: 2C, 53 and 60. RGB value is (44,83,96). Sum of RGB (Red+Green+Blue) = 44+83+96=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #2C5360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5360 is #D3AC9F. Grayscale: #484848. Windows color (decimal): -13872288 or 6312748. OLE color: 6312748.

HSL color Cylindrical-coordinate representation of color #2C5360: hue angle of 195º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C5360 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 83 96 -
CMYK 0.54 0.14 0 0.62
HSL 195º 0.37% 0.27% -
HSV(B) 195º 0.54% 0.38% -
XYZ 6.24 7.57 12.2 -
YUV 72.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 44 83 96 0.54 0.14 0 0.62 195 0.37 0.27
Hex 2C 53 60 36 E 0 3E C3 25 1B
Octal 54 123 140 66 16 0 76 303 45 33
Binary 101100 1010011 1100000 110110 1110 0 111110 11000011 100101 11011

Color Harmonies of #2C5360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5360

Black with #2C5360

Text Example


Text Example

White with #2C5360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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