#234C6B

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

Shades of Arapawa #234C6B

Tints of Arapawa #234C6B

Color information

#234C6B (or 0x234C6B) is unknown color: approx Arapawa. HEX triplet: 23, 4C and 6B. RGB value is (35,76,107). Sum of RGB (Red+Green+Blue) = 35+76+107=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #234C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C6B is #DCB394. Grayscale: #434343. Windows color (decimal): -14463893 or 7031843. OLE color: 7031843.

HSL color Cylindrical-coordinate representation of color #234C6B: hue angle of 205.83º 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 #234C6B is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3576107-
CMYK0.670.2900.58
HSL205.83º50.7%27.84%-
HSV(B)205.83º67.29%41.96%-
XYZ5.936.5914.87-
YUV67.28150.42104.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.06%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 107 (42.19% from 255) = 49.08%
R=16.06%
G=34.86%
B=49.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35761070.670.2900.58205.8350.727.84
Hex234C6B431D03Ace331c
Octal43114153103350723166334
Binary1000111001100110101110000111110101110101100111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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