#23476B

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

Shades of Arapawa #23476B

Tints of Arapawa #23476B

Color information

#23476B (or 0x23476B) is unknown color: approx Arapawa. HEX triplet: 23, 47 and 6B. RGB value is (35,71,107). Sum of RGB (Red+Green+Blue) = 35+71+107=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #23476B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23476B is #DCB894. Grayscale: #404040. Windows color (decimal): -14465173 or 7030563. OLE color: 7030563.

HSL color Cylindrical-coordinate representation of color #23476B: hue angle of 210º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #23476B is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3571107-
CMYK0.670.3400.58
HSL210º50.7%27.84%-
HSV(B)210º67.29%41.96%-
XYZ5.65.9314.76-
YUV64.34152.07107.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.43%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 107 (42.19% from 255) = 50.23%
R=16.43%
G=33.33%
B=50.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35711070.670.3400.5821050.727.84
Hex23476B432203Ad2331c
Octal43107153103420723226334
Binary10001110001111101011100001110001001110101101001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23476B; }

 p { color: rgb(35,71,107); }

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

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

 a { background-color: rgb(35,71,107); }

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

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

 span { border-color: rgb(35,71,107); }

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