#23495B

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

Shades of Arapawa #23495B

Tints of Arapawa #23495B

Color information

#23495B (or 0x23495B) is unknown color: approx Arapawa. HEX triplet: 23, 49 and 5B. RGB value is (35,73,91). Sum of RGB (Red+Green+Blue) = 35+73+91=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #23495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23495B is #DCB6A4. Grayscale: #3F3F3F. Windows color (decimal): -14464677 or 5982499. OLE color: 5982499.

HSL color Cylindrical-coordinate representation of color #23495B: hue angle of 199.29º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23495B is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB357391-
CMYK0.620.2000.64
HSL199.29º44.44%24.71%-
HSV(B)199.29º61.54%35.69%-
XYZ4.965.8810.77-
YUV63.69143.41107.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.59%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=17.59%
G=36.68%
B=45.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3573910.620.2000.64199.2944.4424.71
Hex23495B3E14040c72c19
Octal43111133762401003075431
Binary1000111001001101101111111010100010000001100011110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,73,91); }

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

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

 a { background-color: rgb(35,73,91); }

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

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

 span { border-color: rgb(35,73,91); }

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