#2B5663

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

Shades of Arapawa #2B5663

Tints of Arapawa #2B5663

Color information

#2B5663 (or 0x2B5663) is unknown color: approx Arapawa. HEX triplet: 2B, 56 and 63. RGB value is (43,86,99). Sum of RGB (Red+Green+Blue) = 43+86+99=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #2B5663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5663 is #D4A99C. Grayscale: #4A4A4A. Windows color (decimal): -13937053 or 6510123. OLE color: 6510123.

HSL color Cylindrical-coordinate representation of color #2B5663: hue angle of 193.93º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B5663 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB438699-
CMYK0.570.1300.61
HSL193.93º39.44%27.84%-
HSV(B)193.93º56.57%38.82%-
XYZ6.588.0713.02-
YUV74.62141.75105.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.86%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 99 (39.06% from 255) = 43.42%
R=18.86%
G=37.72%
B=43.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4386990.570.1300.61193.9339.4427.84
Hex2B566339D03Dc2271c
Octal5312614371150753024734
Binary10101110101101100011111001110101111011100001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,86,99); }

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

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

 a { background-color: rgb(43,86,99); }

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

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

 span { border-color: rgb(43,86,99); }

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