#2F535E

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

Shades of Arapawa #2F535E

Tints of Arapawa #2F535E

Color information

#2F535E (or 0x2F535E) is unknown color: approx Arapawa. HEX triplet: 2F, 53 and 5E. RGB value is (47,83,94). Sum of RGB (Red+Green+Blue) = 47+83+94=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #2F535E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F535E is #D0ACA1. Grayscale: #494949. Windows color (decimal): -13675682 or 6181679. OLE color: 6181679.

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

Color convert

RGB478394-
CMYK0.50.1200.63
HSL194.04º33.33%27.65%-
HSV(B)194.04º50%36.86%-
XYZ6.297.611.73-
YUV73.49139.57109.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.98%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 94 (37.11% from 255) = 41.96%
R=20.98%
G=37.05%
B=41.96%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4783940.50.1200.63194.0433.3327.65
Hex2F535E32C03Fc2211c
Octal5712313662140773024134
Binary10111110100111011110110010110001111111100001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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