#234E6A

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

Shades of Arapawa #234E6A

Tints of Arapawa #234E6A

Color information

#234E6A (or 0x234E6A) is unknown color: approx Arapawa. HEX triplet: 23, 4E and 6A. RGB value is (35,78,106). Sum of RGB (Red+Green+Blue) = 35+78+106=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #234E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E6A is #DCB195. Grayscale: #444444. Windows color (decimal): -14463382 or 6966819. OLE color: 6966819.

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

Color convert

RGB3578106-
CMYK0.670.2600.58
HSL203.66º50.35%27.65%-
HSV(B)203.66º66.98%41.57%-
XYZ6.026.8514.64-
YUV68.33149.25104.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.98%
GREEN value IS 78 (30.86% from 255) = 35.62%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=15.98%
G=35.62%
B=48.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35781060.670.2600.58203.6650.3527.65
Hex234E6A431A03Acc321c
Octal43116152103320723146234
Binary1000111001110110101010000111101001110101100110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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