#234D65

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

Shades of Arapawa #234D65

Tints of Arapawa #234D65

Color information

#234D65 (or 0x234D65) is unknown color: approx Arapawa. HEX triplet: 23, 4D and 65. RGB value is (35,77,101). Sum of RGB (Red+Green+Blue) = 35+77+101=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #234D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234D65 is #DCB29A. Grayscale: #434343. Windows color (decimal): -14463643 or 6638883. OLE color: 6638883.

HSL color Cylindrical-coordinate representation of color #234D65: hue angle of 201.82º 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 #234D65 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3577101-
CMYK0.650.2400.60
HSL201.82º48.53%26.67%-
HSV(B)201.82º65.35%39.61%-
XYZ5.76.613.29-
YUV67.18147.09105.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.43%
GREEN value IS 77 (30.47% from 255) = 36.15%
BLUE value IS 101 (39.84% from 255) = 47.42%
R=16.43%
G=36.15%
B=47.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35771010.650.2400.60201.8248.5326.67
Hex234D65411803Cca311b
Octal43115145101300743126133
Binary1000111001101110010110000011100001111001100101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234D65; }

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

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

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

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

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

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

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

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