#2C5360

Color #2C5360 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #2C5360

Tints of Arapawa #2C5360

Color information

#2C5360 (or 0x2C5360) is unknown color: approx 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

RGB448396-
CMYK0.540.1400.62
HSL195º37.14%27.45%-
HSV(B)195º54.17%37.65%-
XYZ6.247.5712.2-
YUV72.82141.08107.44-

RGB Variations

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

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 (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4483960.540.1400.6219537.1427.45
Hex2C536036E03Ec3251b
Octal5412314066160763034533
Binary10110010100111100000110110111001111101100001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>