#234C5E

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

Shades of Arapawa #234C5E

Tints of Arapawa #234C5E

Color information

#234C5E (or 0x234C5E) is unknown color: approx Arapawa. HEX triplet: 23, 4C and 5E. RGB value is (35,76,94). Sum of RGB (Red+Green+Blue) = 35+76+94=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #234C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C5E is #DCB3A1. Grayscale: #414141. Windows color (decimal): -14463906 or 6179875. OLE color: 6179875.

HSL color Cylindrical-coordinate representation of color #234C5E: hue angle of 198.31º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #234C5E is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB357694-
CMYK0.630.1900.63
HSL198.31º45.74%25.29%-
HSV(B)198.31º62.77%36.86%-
XYZ5.36.3311.53-
YUV65.79143.92106.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.07%
GREEN value IS 76 (30.08% from 255) = 37.07%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=17.07%
G=37.07%
B=45.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3576940.630.1900.63198.3145.7425.29
Hex234C5E3F1303Fc62e19
Octal4311413677230773065631
Binary100011100110010111101111111001101111111100011010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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