#235563

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

Shades of Arapawa #235563

Tints of Arapawa #235563

Color information

#235563 (or 0x235563) is unknown color: approx Arapawa. HEX triplet: 23, 55 and 63. RGB value is (35,85,99). Sum of RGB (Red+Green+Blue) = 35+85+99=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #235563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235563 is #DCAA9C. Grayscale: #474747. Windows color (decimal): -14461597 or 6509859. OLE color: 6509859.

HSL color Cylindrical-coordinate representation of color #235563: hue angle of 193.12º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #235563 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB358599-
CMYK0.650.1400.61
HSL193.12º47.76%26.27%-
HSV(B)193.12º64.65%38.82%-
XYZ6.197.7612.97-
YUV71.65143.44101.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.98%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=15.98%
G=38.81%
B=45.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3585990.650.1400.61193.1247.7626.27
Hex23556341E03Dc1301a
Octal43125143101160753016032
Binary100011101010111000111000001111001111011100000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235563; }

 p { color: rgb(35,85,99); }

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

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

 a { background-color: rgb(35,85,99); }

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

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

 span { border-color: rgb(35,85,99); }

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