#2C4762

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

Shades of Arapawa #2C4762

Tints of Arapawa #2C4762

Color information

#2C4762 (or 0x2C4762) is unknown color: approx Arapawa. HEX triplet: 2C, 47 and 62. RGB value is (44,71,98). Sum of RGB (Red+Green+Blue) = 44+71+98=213 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.66% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 98 - color contains mainly: blue. Hex color #2C4762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4762 is #D3B89D. Grayscale: #414141. Windows color (decimal): -13875358 or 6440748. OLE color: 6440748.

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

Color convert

RGB447198-
CMYK0.550.2800.62
HSL210º38.03%27.84%-
HSV(B)210º55.1%38.43%-
XYZ5.55.9212.41-
YUV66146.05112.3-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.66%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 46.01%
R=20.66%
G=33.33%
B=46.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4471980.550.2800.6221038.0327.84
Hex2C4762371C03Ed2261c
Octal5410714267340763224634
Binary101100100011111000101101111110001111101101001010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C4762;
 }
 .AnyTagClassName
 {
   color: #2C4762;
 }
</style>
background-color css

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

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

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

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

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

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