#235365

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

Shades of Arapawa #235365

Tints of Arapawa #235365

Color information

#235365 (or 0x235365) is unknown color: approx Arapawa. HEX triplet: 23, 53 and 65. RGB value is (35,83,101). Sum of RGB (Red+Green+Blue) = 35+83+101=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #235365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235365 is #DCAC9A. Grayscale: #464646. Windows color (decimal): -14462107 or 6640419. OLE color: 6640419.

HSL color Cylindrical-coordinate representation of color #235365: hue angle of 196.36º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #235365 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3583101-
CMYK0.650.1800.60
HSL196.36º48.53%26.67%-
HSV(B)196.36º65.35%39.61%-
XYZ6.147.4813.43-
YUV70.7145.1102.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.98%
GREEN value IS 83 (32.81% from 255) = 37.90%
BLUE value IS 101 (39.84% from 255) = 46.12%
R=15.98%
G=37.90%
B=46.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35831010.650.1800.60196.3648.5326.67
Hex235365411203Cc4311b
Octal43123145101220743046133
Binary1000111010011110010110000011001001111001100010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235365; }

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

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

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

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

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

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

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

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