#23466B

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

Shades of Arapawa #23466B

Tints of Arapawa #23466B

Color information

#23466B (or 0x23466B) is unknown color: approx Arapawa. HEX triplet: 23, 46 and 6B. RGB value is (35,70,107). Sum of RGB (Red+Green+Blue) = 35+70+107=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #23466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23466B is #DCB994. Grayscale: #3F3F3F. Windows color (decimal): -14465429 or 7030307. OLE color: 7030307.

HSL color Cylindrical-coordinate representation of color #23466B: hue angle of 210.83º 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 #23466B is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3570107-
CMYK0.670.3500.58
HSL210.83º50.7%27.84%-
HSV(B)210.83º67.29%41.96%-
XYZ5.545.814.74-
YUV63.75152.4107.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.51%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 107 (42.19% from 255) = 50.47%
R=16.51%
G=33.02%
B=50.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35701070.670.3500.58210.8350.727.84
Hex23466B432303Ad3331c
Octal43106153103430723236334
Binary10001110001101101011100001110001101110101101001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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