#235065

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

Shades of Arapawa #235065

Tints of Arapawa #235065

Color information

#235065 (or 0x235065) is unknown color: approx Arapawa. HEX triplet: 23, 50 and 65. RGB value is (35,80,101). Sum of RGB (Red+Green+Blue) = 35+80+101=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #235065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235065 is #DCAF9A. Grayscale: #444444. Windows color (decimal): -14462875 or 6639651. OLE color: 6639651.

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

Color convert

RGB3580101-
CMYK0.650.2100.60
HSL199.09º48.53%26.67%-
HSV(B)199.09º65.35%39.61%-
XYZ5.917.0313.36-
YUV68.94146.09103.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 101 (39.84% from 255) = 46.76%
R=16.20%
G=37.04%
B=46.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35801010.650.2100.60199.0948.5326.67
Hex235065411503Cc7311b
Octal43120145101250743076133
Binary1000111010000110010110000011010101111001100011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235065; }

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

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

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

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

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

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

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

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