#23476D

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

Shades of Arapawa #23476D

Tints of Arapawa #23476D

Color information

#23476D (or 0x23476D) is unknown color: approx Arapawa. HEX triplet: 23, 47 and 6D. RGB value is (35,71,109). Sum of RGB (Red+Green+Blue) = 35+71+109=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #23476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23476D is #DCB892. Grayscale: #404040. Windows color (decimal): -14465171 or 7161635. OLE color: 7161635.

HSL color Cylindrical-coordinate representation of color #23476D: hue angle of 210.81º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23476D is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3571109-
CMYK0.680.3500.57
HSL210.81º51.39%28.24%-
HSV(B)210.81º67.89%42.75%-
XYZ5.715.9715.32-
YUV64.57153.07106.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.28%
GREEN value IS 71 (28.12% from 255) = 33.02%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=16.28%
G=33.02%
B=50.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal35711090.680.3500.57210.8151.3928.24
Hex23476D4423039d3331c
Octal43107155104430713236334
Binary10001110001111101101100010010001101110011101001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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