#23486D

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

Shades of Arapawa #23486D

Tints of Arapawa #23486D

Color information

#23486D (or 0x23486D) is unknown color: approx Arapawa. HEX triplet: 23, 48 and 6D. RGB value is (35,72,109). Sum of RGB (Red+Green+Blue) = 35+72+109=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #23486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23486D is #DCB792. Grayscale: #404040. Windows color (decimal): -14464915 or 7161891. OLE color: 7161891.

HSL color Cylindrical-coordinate representation of color #23486D: hue angle of 210º 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 #23486D is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3572109-
CMYK0.680.3400.57
HSL210º51.39%28.24%-
HSV(B)210º67.89%42.75%-
XYZ5.776.115.34-
YUV65.16152.74106.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 72 (28.52% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 50.46%
R=16.20%
G=33.33%
B=50.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal35721090.680.3400.5721051.3928.24
Hex23486D4422039d2331c
Octal43110155104420713226334
Binary10001110010001101101100010010001001110011101001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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