#234E68

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

Shades of Arapawa #234E68

Tints of Arapawa #234E68

Color information

#234E68 (or 0x234E68) is unknown color: approx Arapawa. HEX triplet: 23, 4E and 68. RGB value is (35,78,104). Sum of RGB (Red+Green+Blue) = 35+78+104=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #234E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E68 is #DCB197. Grayscale: #434343. Windows color (decimal): -14463384 or 6835747. OLE color: 6835747.

HSL color Cylindrical-coordinate representation of color #234E68: hue angle of 202.61º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #234E68 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3578104-
CMYK0.660.2500.59
HSL202.61º49.64%27.25%-
HSV(B)202.61º66.35%40.78%-
XYZ5.926.8114.1-
YUV68.11148.25104.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.13%
GREEN value IS 78 (30.86% from 255) = 35.94%
BLUE value IS 104 (41.02% from 255) = 47.93%
R=16.13%
G=35.94%
B=47.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35781040.660.2500.59202.6149.6427.25
Hex234E68421903Bcb321b
Octal43116150102310733136233
Binary1000111001110110100010000101100101110111100101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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