Html Css Color HEX #2B5061 Arapawa

📋 copy color: '#2B5061'

red 43 ◦ green 80 ◦ blue 97

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

Shades of Arapawa #2B5061

Tints of Arapawa #2B5061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.36%

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

R = 19.55%
G = 36.36%
B = 44.09%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2B5061 (or 0x2B5061) is known color: Arapawa. HEX triplet: 2B, 50 and 61. RGB value is (43,80,97). Sum of RGB (Red+Green+Blue) = 43+80+97=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B5061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5061 is #D4AF9E. Grayscale: #464646. Windows color (decimal): -13938591 or 6377515. OLE color: 6377515.

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

Color convert

RGB 43 80 97 -
CMYK 0.56 0.18 0 0.62
HSL 198.89º 0.39% 0.27% -
HSV(B) 198.89º 0.56% 0.38% -
XYZ 6.02 7.11 12.36 -
YUV 70.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 43 80 97 0.56 0.18 0 0.62 198.89 0.39 0.27
Hex 2B 50 61 38 12 0 3E C7 27 1B
Octal 53 120 141 70 22 0 76 307 47 33
Binary 101011 1010000 1100001 111000 10010 0 111110 11000111 100111 11011

Color Harmonies of #2B5061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5061

Black with #2B5061

Text Example


Text Example

White with #2B5061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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