#234663

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

Shades of Arapawa #234663

Tints of Arapawa #234663

Color information

#234663 (or 0x234663) is unknown color: approx Arapawa. HEX triplet: 23, 46 and 63. RGB value is (35,70,99). Sum of RGB (Red+Green+Blue) = 35+70+99=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #234663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234663 is #DCB99C. Grayscale: #3E3E3E. Windows color (decimal): -14465437 or 6506019. OLE color: 6506019.

HSL color Cylindrical-coordinate representation of color #234663: hue angle of 207.19º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #234663 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB357099-
CMYK0.650.2900.61
HSL207.19º47.76%26.27%-
HSV(B)207.19º64.65%38.82%-
XYZ5.145.6412.62-
YUV62.84148.4108.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.16%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 99 (39.06% from 255) = 48.53%
R=17.16%
G=34.31%
B=48.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3570990.650.2900.61207.1947.7626.27
Hex234663411D03Dcf301a
Octal43106143101350753176032
Binary1000111000110110001110000011110101111011100111111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234663; }

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

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

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

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

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

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

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

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