#235362

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

Shades of Arapawa #235362

Tints of Arapawa #235362

Color information

#235362 (or 0x235362) is unknown color: approx Arapawa. HEX triplet: 23, 53 and 62. RGB value is (35,83,98). Sum of RGB (Red+Green+Blue) = 35+83+98=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 98 - color contains mainly: blue. Hex color #235362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235362 is #DCAC9D. Grayscale: #464646. Windows color (decimal): -14462110 or 6443811. OLE color: 6443811.

HSL color Cylindrical-coordinate representation of color #235362: hue angle of 194.29º 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 #235362 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB358398-
CMYK0.640.1500.62
HSL194.29º47.37%26.08%-
HSV(B)194.29º64.29%38.43%-
XYZ5.997.4312.67-
YUV70.36143.6102.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 83 (32.81% from 255) = 38.43%
BLUE value IS 98 (38.67% from 255) = 45.37%
R=16.20%
G=38.43%
B=45.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3583980.640.1500.62194.2947.3726.08
Hex23536240F03Ec22f1a
Octal43123142100170763025732
Binary100011101001111000101000000111101111101100001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235362; }

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

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

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

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

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

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

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

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