#2A4C5C

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

Shades of Arapawa #2A4C5C

Tints of Arapawa #2A4C5C

Color information

#2A4C5C (or 0x2A4C5C) is unknown color: approx Arapawa. HEX triplet: 2A, 4C and 5C. RGB value is (42,76,92). Sum of RGB (Red+Green+Blue) = 42+76+92=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A4C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4C5C is #D5B3A3. Grayscale: #434343. Windows color (decimal): -14005156 or 6048810. OLE color: 6048810.

HSL color Cylindrical-coordinate representation of color #2A4C5C: hue angle of 199.2º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A4C5C is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB427692-
CMYK0.540.1700.64
HSL199.2º37.31%26.27%-
HSV(B)199.2º54.35%36.08%-
XYZ5.476.4311.08-
YUV67.66141.74109.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20%
GREEN value IS 76 (30.08% from 255) = 36.19%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=20%
G=36.19%
B=43.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4276920.540.1700.64199.237.3126.27
Hex2A4C5C3611040c7251a
Octal52114134662101003074532
Binary1010101001100101110011011010001010000001100011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,76,92); }

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

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

 a { background-color: rgb(42,76,92); }

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

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

 span { border-color: rgb(42,76,92); }

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