#23505E

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

Shades of Arapawa #23505E

Tints of Arapawa #23505E

Color information

#23505E (or 0x23505E) is unknown color: approx Arapawa. HEX triplet: 23, 50 and 5E. RGB value is (35,80,94). Sum of RGB (Red+Green+Blue) = 35+80+94=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #23505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23505E is #DCAFA1. Grayscale: #444444. Windows color (decimal): -14462882 or 6180899. OLE color: 6180899.

HSL color Cylindrical-coordinate representation of color #23505E: hue angle of 194.24º 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 #23505E is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB358094-
CMYK0.630.1500.63
HSL194.24º45.74%25.29%-
HSV(B)194.24º62.77%36.86%-
XYZ5.586.911.63-
YUV68.14142.59104.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.75%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=16.75%
G=38.28%
B=44.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3580940.630.1500.63194.2445.7425.29
Hex23505E3FF03Fc22e19
Octal4312013677170773025631
Binary10001110100001011110111111111101111111100001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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