#234965

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

Shades of Arapawa #234965

Tints of Arapawa #234965

Color information

#234965 (or 0x234965) is unknown color: approx Arapawa. HEX triplet: 23, 49 and 65. RGB value is (35,73,101). Sum of RGB (Red+Green+Blue) = 35+73+101=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #234965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234965 is #DCB69A. Grayscale: #404040. Windows color (decimal): -14464667 or 6637859. OLE color: 6637859.

HSL color Cylindrical-coordinate representation of color #234965: hue angle of 205.45º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #234965 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3573101-
CMYK0.650.2800.60
HSL205.45º48.53%26.67%-
HSV(B)205.45º65.35%39.61%-
XYZ5.426.0613.2-
YUV64.83148.41106.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.75%
GREEN value IS 73 (28.91% from 255) = 34.93%
BLUE value IS 101 (39.84% from 255) = 48.33%
R=16.75%
G=34.93%
B=48.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35731010.650.2800.60205.4548.5326.67
Hex234965411C03Ccd311b
Octal43111145101340743156133
Binary1000111001001110010110000011110001111001100110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234965; }

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

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

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

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

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

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

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

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