#235363

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

Shades of Arapawa #235363

Tints of Arapawa #235363

Color information

#235363 (or 0x235363) is unknown color: approx Arapawa. HEX triplet: 23, 53 and 63. RGB value is (35,83,99). Sum of RGB (Red+Green+Blue) = 35+83+99=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #235363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235363 is #DCAC9C. Grayscale: #464646. Windows color (decimal): -14462109 or 6509347. OLE color: 6509347.

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

Color convert

RGB358399-
CMYK0.650.1600.61
HSL195º47.76%26.27%-
HSV(B)195º64.65%38.82%-
XYZ6.047.4412.92-
YUV70.47144.1102.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.13%
GREEN value IS 83 (32.81% from 255) = 38.25%
BLUE value IS 99 (39.06% from 255) = 45.62%
R=16.13%
G=38.25%
B=45.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3583990.650.1600.6119547.7626.27
Hex235363411003Dc3301a
Octal43123143101200753036032
Binary1000111010011110001110000011000001111011100001111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235363; }

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

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

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

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

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

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

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

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