#234863

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

Shades of Arapawa #234863

Tints of Arapawa #234863

Color information

#234863 (or 0x234863) is unknown color: approx Arapawa. HEX triplet: 23, 48 and 63. RGB value is (35,72,99). Sum of RGB (Red+Green+Blue) = 35+72+99=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #234863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234863 is #DCB79C. Grayscale: #3F3F3F. Windows color (decimal): -14464925 or 6506531. OLE color: 6506531.

HSL color Cylindrical-coordinate representation of color #234863: hue angle of 205.31º 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 #234863 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB357299-
CMYK0.650.2700.61
HSL205.31º47.76%26.27%-
HSV(B)205.31º64.65%38.82%-
XYZ5.265.8912.66-
YUV64.02147.74107.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.99%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 99 (39.06% from 255) = 48.06%
R=16.99%
G=34.95%
B=48.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3572990.650.2700.61205.3147.7626.27
Hex234863411B03Dcd301a
Octal43110143101330753156032
Binary1000111001000110001110000011101101111011100110111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234863; }

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

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

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

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

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

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

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

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