#2D535E

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

Shades of Arapawa #2D535E

Tints of Arapawa #2D535E

Color information

#2D535E (or 0x2D535E) is unknown color: approx Arapawa. HEX triplet: 2D, 53 and 5E. RGB value is (45,83,94). Sum of RGB (Red+Green+Blue) = 45+83+94=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 94 - color contains mainly: blue. Hex color #2D535E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D535E is #D2ACA1. Grayscale: #484848. Windows color (decimal): -13806754 or 6181677. OLE color: 6181677.

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

Color convert

RGB458394-
CMYK0.520.1200.63
HSL193.47º35.25%27.25%-
HSV(B)193.47º52.13%36.86%-
XYZ6.27.5511.72-
YUV72.89139.91108.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.27%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 94 (37.11% from 255) = 42.34%
R=20.27%
G=37.39%
B=42.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4583940.520.1200.63193.4735.2527.25
Hex2D535E34C03Fc1231b
Octal5512313664140773014333
Binary10110110100111011110110100110001111111100000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,83,94); }

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

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

 a { background-color: rgb(45,83,94); }

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

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

 span { border-color: rgb(45,83,94); }

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