Html Css Color HEX #2B5561 Arapawa

📋 copy color: '#2B5561'

red 43 ◦ green 85 ◦ blue 97

#2B5561
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #2B5561

Tints of Arapawa #2B5561

RGB

 RED value IS 43 (17.19% from 255) = 19.11%

 GREEN value IS 85 (33.59% from 255) = 37.78%

 BLUE value IS 97 (38.28% from 255) = 43.11%

R = 19.11%
G = 37.78%
B = 43.11%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2B5561 (or 0x2B5561) is known color: Arapawa. HEX triplet: 2B, 55 and 61. RGB value is (43,85,97). Sum of RGB (Red+Green+Blue) = 43+85+97=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B5561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5561 is #D4AA9E. Grayscale: #494949. Windows color (decimal): -13937311 or 6378795. OLE color: 6378795.

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

Color convert

RGB 43 85 97 -
CMYK 0.56 0.12 0 0.62
HSL 193.33º 0.39% 0.27% -
HSV(B) 193.33º 0.56% 0.38% -
XYZ 6.4 7.87 12.49 -
YUV 73.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 43 85 97 0.56 0.12 0 0.62 193.33 0.39 0.27
Hex 2B 55 61 38 C 0 3E C1 27 1B
Octal 53 125 141 70 14 0 76 301 47 33
Binary 101011 1010101 1100001 111000 1100 0 111110 11000001 100111 11011

Color Harmonies of #2B5561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5561

Black with #2B5561

Text Example


Text Example

White with #2B5561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,85,97); }

 H1.HeaderClassName
 {
   color: #2B5561;
 }
 .AnyTagClassName
 {
   color: #2B5561;
 }
</style>

background-color css

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

 a { background-color: rgb(43,85,97); }

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

border-color css

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

 span { border-color: rgb(43,85,97); }

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