#234D6B

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

Shades of Arapawa #234D6B

Tints of Arapawa #234D6B

Color information

#234D6B (or 0x234D6B) is unknown color: approx Arapawa. HEX triplet: 23, 4D and 6B. RGB value is (35,77,107). Sum of RGB (Red+Green+Blue) = 35+77+107=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #234D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234D6B is #DCB294. Grayscale: #434343. Windows color (decimal): -14463637 or 7032099. OLE color: 7032099.

HSL color Cylindrical-coordinate representation of color #234D6B: hue angle of 205º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #234D6B is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3577107-
CMYK0.670.2800.58
HSL205º50.7%27.84%-
HSV(B)205º67.29%41.96%-
XYZ66.7314.89-
YUV67.86150.09104.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.98%
GREEN value IS 77 (30.47% from 255) = 35.16%
BLUE value IS 107 (42.19% from 255) = 48.86%
R=15.98%
G=35.16%
B=48.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35771070.670.2800.5820550.727.84
Hex234D6B431C03Acd331c
Octal43115153103340723156334
Binary1000111001101110101110000111110001110101100110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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