#23505F

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

Shades of Arapawa #23505F

Tints of Arapawa #23505F

Color information

#23505F (or 0x23505F) is unknown color: approx Arapawa. HEX triplet: 23, 50 and 5F. RGB value is (35,80,95). Sum of RGB (Red+Green+Blue) = 35+80+95=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #23505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23505F is #DCAFA0. Grayscale: #444444. Windows color (decimal): -14462881 or 6246435. OLE color: 6246435.

HSL color Cylindrical-coordinate representation of color #23505F: hue angle of 195º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23505F is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB358095-
CMYK0.630.1600.63
HSL195º46.15%25.49%-
HSV(B)195º63.16%37.25%-
XYZ5.636.9211.87-
YUV68.26143.09104.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.67%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 95 (37.5% from 255) = 45.24%
R=16.67%
G=38.10%
B=45.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3580950.630.1600.6319546.1525.49
Hex23505F3F1003Fc32e19
Octal4312013777200773035631
Binary100011101000010111111111111000001111111100001110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23505F; }

 p { color: rgb(35,80,95); }

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

<style>
 a { background-color: #23505F; }

 a { background-color: rgb(35,80,95); }

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

<style>
 span { border-color: #23505F; }

 span { border-color: rgb(35,80,95); }

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