#2B5462

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

Shades of Arapawa #2B5462

Tints of Arapawa #2B5462

Color information

#2B5462 (or 0x2B5462) is unknown color: approx Arapawa. HEX triplet: 2B, 54 and 62. RGB value is (43,84,98). Sum of RGB (Red+Green+Blue) = 43+84+98=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #2B5462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5462 is #D4AB9D. Grayscale: #494949. Windows color (decimal): -13937566 or 6444075. OLE color: 6444075.

HSL color Cylindrical-coordinate representation of color #2B5462: hue angle of 195.27º 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 #2B5462 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB438498-
CMYK0.560.1400.62
HSL195.27º39.01%27.65%-
HSV(B)195.27º56.12%38.43%-
XYZ6.377.7412.71-
YUV73.34141.92106.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.11%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=19.11%
G=37.33%
B=43.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4384980.560.1400.62195.2739.0127.65
Hex2B546238E03Ec3271c
Octal5312414270160763034734
Binary10101110101001100010111000111001111101100001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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