#235863

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

Shades of Arapawa #235863

Tints of Arapawa #235863

Color information

#235863 (or 0x235863) is unknown color: approx Arapawa. HEX triplet: 23, 58 and 63. RGB value is (35,88,99). Sum of RGB (Red+Green+Blue) = 35+88+99=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #235863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235863 is #DCA79C. Grayscale: #494949. Windows color (decimal): -14460829 or 6510627. OLE color: 6510627.

HSL color Cylindrical-coordinate representation of color #235863: hue angle of 190.31º 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 #235863 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB358899-
CMYK0.650.1100.61
HSL190.31º47.76%26.27%-
HSV(B)190.31º64.65%38.82%-
XYZ6.438.2413.06-
YUV73.41142.44100.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.77%
GREEN value IS 88 (34.77% from 255) = 39.64%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=15.77%
G=39.64%
B=44.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3588990.650.1100.61190.3147.7626.27
Hex23586341B03Dbe301a
Octal43130143101130752766032
Binary100011101100011000111000001101101111011011111011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235863; }

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

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

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

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

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

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

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

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