#234763

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

Shades of Arapawa #234763

Tints of Arapawa #234763

Color information

#234763 (or 0x234763) is unknown color: approx Arapawa. HEX triplet: 23, 47 and 63. RGB value is (35,71,99). Sum of RGB (Red+Green+Blue) = 35+71+99=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #234763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234763 is #DCB89C. Grayscale: #3F3F3F. Windows color (decimal): -14465181 or 6506275. OLE color: 6506275.

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

Color convert

RGB357199-
CMYK0.650.2800.61
HSL206.25º47.76%26.27%-
HSV(B)206.25º64.65%38.82%-
XYZ5.25.7612.64-
YUV63.43148.07107.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.07%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=17.07%
G=34.63%
B=48.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3571990.650.2800.61206.2547.7626.27
Hex234763411C03Dce301a
Octal43107143101340753166032
Binary1000111000111110001110000011110001111011100111011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234763; }

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

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

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

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

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

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

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

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