#234A6B

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

Shades of Arapawa #234A6B

Tints of Arapawa #234A6B

Color information

#234A6B (or 0x234A6B) is unknown color: approx Arapawa. HEX triplet: 23, 4A and 6B. RGB value is (35,74,107). Sum of RGB (Red+Green+Blue) = 35+74+107=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #234A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234A6B is #DCB594. Grayscale: #414141. Windows color (decimal): -14464405 or 7031331. OLE color: 7031331.

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

Color convert

RGB3574107-
CMYK0.670.3100.58
HSL207.5º50.7%27.84%-
HSV(B)207.5º67.29%41.96%-
XYZ5.86.3214.82-
YUV66.1151.08105.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 74 (29.30% from 255) = 34.26%
BLUE value IS 107 (42.19% from 255) = 49.54%
R=16.20%
G=34.26%
B=49.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35741070.670.3100.58207.550.727.84
Hex234A6B431F03Ad0331c
Octal43112153103370723206334
Binary1000111001010110101110000111111101110101101000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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