#234C5D

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

Shades of Arapawa #234C5D

Tints of Arapawa #234C5D

Color information

#234C5D (or 0x234C5D) is unknown color: approx Arapawa. HEX triplet: 23, 4C and 5D. RGB value is (35,76,93). Sum of RGB (Red+Green+Blue) = 35+76+93=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #234C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C5D is #DCB3A2. Grayscale: #414141. Windows color (decimal): -14463907 or 6114339. OLE color: 6114339.

HSL color Cylindrical-coordinate representation of color #234C5D: hue angle of 197.59º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #234C5D is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB357693-
CMYK0.620.1800.64
HSL197.59º45.31%25.1%-
HSV(B)197.59º62.37%36.47%-
XYZ5.256.3211.3-
YUV65.68143.42106.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.16%
GREEN value IS 76 (30.08% from 255) = 37.25%
BLUE value IS 93 (36.72% from 255) = 45.59%
R=17.16%
G=37.25%
B=45.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3576930.620.1800.64197.5945.3125.1
Hex234C5D3E12040c62d19
Octal43114135762201003065531
Binary1000111001100101110111111010010010000001100011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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