#234D66

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

Shades of Arapawa #234D66

Tints of Arapawa #234D66

Color information

#234D66 (or 0x234D66) is unknown color: approx Arapawa. HEX triplet: 23, 4D and 66. RGB value is (35,77,102). Sum of RGB (Red+Green+Blue) = 35+77+102=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #234D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234D66 is #DCB299. Grayscale: #434343. Windows color (decimal): -14463642 or 6704419. OLE color: 6704419.

HSL color Cylindrical-coordinate representation of color #234D66: hue angle of 202.39º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #234D66 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3577102-
CMYK0.660.2500.6
HSL202.39º48.91%26.86%-
HSV(B)202.39º65.69%40%-
XYZ5.756.6213.55-
YUV67.29147.59104.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.36%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 102 (40.23% from 255) = 47.66%
R=16.36%
G=35.98%
B=47.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35771020.660.2500.6202.3948.9126.86
Hex234D66421903Cca311b
Octal43115146102310743126133
Binary1000111001101110011010000101100101111001100101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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