#2B5762

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

Shades of Arapawa #2B5762

Tints of Arapawa #2B5762

Color information

#2B5762 (or 0x2B5762) is unknown color: approx Arapawa. HEX triplet: 2B, 57 and 62. RGB value is (43,87,98). Sum of RGB (Red+Green+Blue) = 43+87+98=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #2B5762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5762 is #D4A89D. Grayscale: #4B4B4B. Windows color (decimal): -13936798 or 6444843. OLE color: 6444843.

HSL color Cylindrical-coordinate representation of color #2B5762: hue angle of 192º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B5762 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB438798-
CMYK0.560.1100.62
HSL192º39.01%27.65%-
HSV(B)192º56.12%38.43%-
XYZ6.618.2112.79-
YUV75.1140.92105.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.86%
GREEN value IS 87 (34.38% from 255) = 38.16%
BLUE value IS 98 (38.67% from 255) = 42.98%
R=18.86%
G=38.16%
B=42.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4387980.560.1100.6219239.0127.65
Hex2B576238B03Ec0271c
Octal5312714270130763004734
Binary10101110101111100010111000101101111101100000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,87,98); }

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

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

 a { background-color: rgb(43,87,98); }

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

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

 span { border-color: rgb(43,87,98); }

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