#235262

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

Shades of Arapawa #235262

Tints of Arapawa #235262

Color information

#235262 (or 0x235262) is unknown color: approx Arapawa. HEX triplet: 23, 52 and 62. RGB value is (35,82,98). Sum of RGB (Red+Green+Blue) = 35+82+98=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #235262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235262 is #DCAD9D. Grayscale: #454545. Windows color (decimal): -14462366 or 6443555. OLE color: 6443555.

HSL color Cylindrical-coordinate representation of color #235262: hue angle of 195.24º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #235262 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB358298-
CMYK0.640.1600.62
HSL195.24º47.37%26.08%-
HSV(B)195.24º64.29%38.43%-
XYZ5.927.2712.65-
YUV69.77143.93103.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.28%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 98 (38.67% from 255) = 45.58%
R=16.28%
G=38.14%
B=45.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3582980.640.1600.62195.2447.3726.08
Hex235262401003Ec32f1a
Octal43122142100200763035732
Binary1000111010010110001010000001000001111101100001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235262; }

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

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

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

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

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

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

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

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