#235268

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

Shades of Arapawa #235268

Tints of Arapawa #235268

Color information

#235268 (or 0x235268) is unknown color: approx Arapawa. HEX triplet: 23, 52 and 68. RGB value is (35,82,104). Sum of RGB (Red+Green+Blue) = 35+82+104=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #235268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235268 is #DCAD97. Grayscale: #464646. Windows color (decimal): -14462360 or 6836771. OLE color: 6836771.

HSL color Cylindrical-coordinate representation of color #235268: hue angle of 199.13º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #235268 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3582104-
CMYK0.660.2100.59
HSL199.13º49.64%27.25%-
HSV(B)199.13º66.35%40.78%-
XYZ6.217.3914.2-
YUV70.46146.93102.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.84%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 104 (41.02% from 255) = 47.06%
R=15.84%
G=37.10%
B=47.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35821040.660.2100.59199.1349.6427.25
Hex235268421503Bc7321b
Octal43122150102250733076233
Binary1000111010010110100010000101010101110111100011111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235268; }

 p { color: rgb(35,82,104); }

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

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

 a { background-color: rgb(35,82,104); }

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

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

 span { border-color: rgb(35,82,104); }

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