#235266

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

Shades of Arapawa #235266

Tints of Arapawa #235266

Color information

#235266 (or 0x235266) is unknown color: approx Arapawa. HEX triplet: 23, 52 and 66. RGB value is (35,82,102). Sum of RGB (Red+Green+Blue) = 35+82+102=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #235266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235266 is #DCAD99. Grayscale: #464646. Windows color (decimal): -14462362 or 6705699. OLE color: 6705699.

HSL color Cylindrical-coordinate representation of color #235266: hue angle of 197.91º 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 #235266 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3582102-
CMYK0.660.2000.6
HSL197.91º48.91%26.86%-
HSV(B)197.91º65.69%40%-
XYZ6.117.3513.67-
YUV70.23145.93102.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.98%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 102 (40.23% from 255) = 46.58%
R=15.98%
G=37.44%
B=46.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35821020.660.2000.6197.9148.9126.86
Hex235266421403Cc6311b
Octal43122146102240743066133
Binary1000111010010110011010000101010001111001100011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235266; }

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

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

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

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

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

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

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

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