#2C5166

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

Shades of Arapawa #2C5166

Tints of Arapawa #2C5166

Color information

#2C5166 (or 0x2C5166) is unknown color: approx Arapawa. HEX triplet: 2C, 51 and 66. RGB value is (44,81,102). Sum of RGB (Red+Green+Blue) = 44+81+102=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C5166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5166 is #D3AE99. Grayscale: #484848. Windows color (decimal): -13872794 or 6705452. OLE color: 6705452.

HSL color Cylindrical-coordinate representation of color #2C5166: hue angle of 201.72º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C5166 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4481102-
CMYK0.570.2100.6
HSL201.72º39.73%28.63%-
HSV(B)201.72º56.86%40%-
XYZ6.387.3813.66-
YUV72.33144.74107.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.38%
GREEN value IS 81 (32.03% from 255) = 35.68%
BLUE value IS 102 (40.23% from 255) = 44.93%
R=19.38%
G=35.68%
B=44.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal44811020.570.2100.6201.7239.7328.63
Hex2C5166391503Cca281d
Octal5412114671250743125035
Binary101100101000111001101110011010101111001100101010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,81,102); }

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

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

 a { background-color: rgb(44,81,102); }

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

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

 span { border-color: rgb(44,81,102); }

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