#235463

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

Shades of Arapawa #235463

Tints of Arapawa #235463

Color information

#235463 (or 0x235463) is unknown color: approx Arapawa. HEX triplet: 23, 54 and 63. RGB value is (35,84,99). Sum of RGB (Red+Green+Blue) = 35+84+99=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #235463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235463 is #DCAB9C. Grayscale: #464646. Windows color (decimal): -14461853 or 6509603. OLE color: 6509603.

HSL color Cylindrical-coordinate representation of color #235463: hue angle of 194.06º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #235463 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB358499-
CMYK0.650.1500.61
HSL194.06º47.76%26.27%-
HSV(B)194.06º64.65%38.82%-
XYZ6.127.612.95-
YUV71.06143.77102.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.06%
GREEN value IS 84 (33.20% from 255) = 38.53%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=16.06%
G=38.53%
B=45.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3584990.650.1500.61194.0647.7626.27
Hex23546341F03Dc2301a
Octal43124143101170753026032
Binary100011101010011000111000001111101111011100001011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235463; }

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

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

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

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

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

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

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

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