#234E66

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

Shades of Arapawa #234E66

Tints of Arapawa #234E66

Color information

#234E66 (or 0x234E66) is unknown color: approx Arapawa. HEX triplet: 23, 4E and 66. RGB value is (35,78,102). Sum of RGB (Red+Green+Blue) = 35+78+102=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #234E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E66 is #DCB199. Grayscale: #434343. Windows color (decimal): -14463386 or 6704675. OLE color: 6704675.

HSL color Cylindrical-coordinate representation of color #234E66: hue angle of 201.49º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #234E66 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3578102-
CMYK0.660.2400.6
HSL201.49º48.91%26.86%-
HSV(B)201.49º65.69%40%-
XYZ5.826.7713.57-
YUV67.88147.25104.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.28%
GREEN value IS 78 (30.86% from 255) = 36.28%
BLUE value IS 102 (40.23% from 255) = 47.44%
R=16.28%
G=36.28%
B=47.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35781020.660.2400.6201.4948.9126.86
Hex234E66421803Cc9311b
Octal43116146102300743116133
Binary1000111001110110011010000101100001111001100100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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