#235462

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

Shades of Arapawa #235462

Tints of Arapawa #235462

Color information

#235462 (or 0x235462) is unknown color: approx Arapawa. HEX triplet: 23, 54 and 62. RGB value is (35,84,98). Sum of RGB (Red+Green+Blue) = 35+84+98=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 98 - color contains mainly: blue. Hex color #235462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235462 is #DCAB9D. Grayscale: #464646. Windows color (decimal): -14461854 or 6444067. OLE color: 6444067.

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

Color convert

RGB358498-
CMYK0.640.1400.62
HSL193.33º47.37%26.08%-
HSV(B)193.33º64.29%38.43%-
XYZ6.077.5812.7-
YUV70.94143.27102.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.13%
GREEN value IS 84 (33.20% from 255) = 38.71%
BLUE value IS 98 (38.67% from 255) = 45.16%
R=16.13%
G=38.71%
B=45.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3584980.640.1400.62193.3347.3726.08
Hex23546240E03Ec12f1a
Octal43124142100160763015732
Binary100011101010011000101000000111001111101100000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235462; }

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

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

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

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

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

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

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

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