#2C4B5C

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

Shades of Arapawa #2C4B5C

Tints of Arapawa #2C4B5C

Color information

#2C4B5C (or 0x2C4B5C) is unknown color: approx Arapawa. HEX triplet: 2C, 4B and 5C. RGB value is (44,75,92). Sum of RGB (Red+Green+Blue) = 44+75+92=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #2C4B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4B5C is #D3B4A3. Grayscale: #434343. Windows color (decimal): -13874340 or 6048556. OLE color: 6048556.

HSL color Cylindrical-coordinate representation of color #2C4B5C: hue angle of 201.25º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C4B5C is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB447592-
CMYK0.520.1800.64
HSL201.25º35.29%26.67%-
HSV(B)201.25º52.17%36.08%-
XYZ5.496.3411.06-
YUV67.67141.73111.12-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.85%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=20.85%
G=35.55%
B=43.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4475920.520.1800.64201.2535.2926.67
Hex2C4B5C3412040c9231b
Octal54113134642201003114333
Binary1011001001011101110011010010010010000001100100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,75,92); }

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

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

 a { background-color: rgb(44,75,92); }

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

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

 span { border-color: rgb(44,75,92); }

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