#235066

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

Shades of Arapawa #235066

Tints of Arapawa #235066

Color information

#235066 (or 0x235066) is unknown color: approx Arapawa. HEX triplet: 23, 50 and 66. RGB value is (35,80,102). Sum of RGB (Red+Green+Blue) = 35+80+102=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #235066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235066 is #DCAF99. Grayscale: #444444. Windows color (decimal): -14462874 or 6705187. OLE color: 6705187.

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

Color convert

RGB3580102-
CMYK0.660.2200.6
HSL199.7º48.91%26.86%-
HSV(B)199.7º65.69%40%-
XYZ5.967.0513.62-
YUV69.05146.59103.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.13%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 102 (40.23% from 255) = 47.00%
R=16.13%
G=36.87%
B=47.00%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35801020.660.2200.6199.748.9126.86
Hex235066421603Cc8311b
Octal43120146102260743106133
Binary1000111010000110011010000101011001111001100100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235066; }

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

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

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

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

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

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

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

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