#234E5D

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

Shades of Arapawa #234E5D

Tints of Arapawa #234E5D

Color information

#234E5D (or 0x234E5D) is unknown color: approx Arapawa. HEX triplet: 23, 4E and 5D. RGB value is (35,78,93). Sum of RGB (Red+Green+Blue) = 35+78+93=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #234E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E5D is #DCB1A2. Grayscale: #424242. Windows color (decimal): -14463395 or 6114851. OLE color: 6114851.

HSL color Cylindrical-coordinate representation of color #234E5D: hue angle of 195.52º 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 #234E5D is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB357893-
CMYK0.620.1600.64
HSL195.52º45.31%25.1%-
HSV(B)195.52º62.37%36.47%-
XYZ5.396.611.34-
YUV66.85142.75105.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.99%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=16.99%
G=37.86%
B=45.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3578930.620.1600.64195.5245.3125.1
Hex234E5D3E10040c42d19
Octal43116135762001003045531
Binary1000111001110101110111111010000010000001100010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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