#2B4E66

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

Shades of Arapawa #2B4E66

Tints of Arapawa #2B4E66

Color information

#2B4E66 (or 0x2B4E66) is unknown color: approx Arapawa. HEX triplet: 2B, 4E and 66. RGB value is (43,78,102). Sum of RGB (Red+Green+Blue) = 43+78+102=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B4E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B4E66 is #D4B199. Grayscale: #464646. Windows color (decimal): -13939098 or 6704683. OLE color: 6704683.

HSL color Cylindrical-coordinate representation of color #2B4E66: hue angle of 204.41º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B4E66 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4378102-
CMYK0.580.2400.6
HSL204.41º40.69%28.43%-
HSV(B)204.41º57.84%40%-
XYZ6.126.9213.58-
YUV70.27145.9108.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.28%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=19.28%
G=34.98%
B=45.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal43781020.580.2400.6204.4140.6928.43
Hex2B4E663A1803Ccc291c
Octal5311614672300743145134
Binary101011100111011001101110101100001111001100110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B4E66; }

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

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

<style>
 a { background-color: #2B4E66; }

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

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

<style>
 span { border-color: #2B4E66; }

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

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