Html Css Color HEX #2B5760 Arapawa

📋 copy color: '#2B5760'

red 43 ◦ green 87 ◦ blue 96

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

Shades of Arapawa #2B5760

Tints of Arapawa #2B5760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.5%

 BLUE value IS 96 (37.89% from 255) = 42.48%

R = 19.03%
G = 38.5%
B = 42.48%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2B5760 (or 0x2B5760) is known color: Arapawa. HEX triplet: 2B, 57 and 60. RGB value is (43,87,96). Sum of RGB (Red+Green+Blue) = 43+87+96=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B5760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5760 is #D4A89F. Grayscale: #4A4A4A. Windows color (decimal): -13936800 or 6313771. OLE color: 6313771.

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

Color convert

RGB 43 87 96 -
CMYK 0.55 0.09 0 0.62
HSL 190.19º 0.38% 0.27% -
HSV(B) 190.19º 0.55% 0.38% -
XYZ 6.52 8.17 12.3 -
YUV 74.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 43 87 96 0.55 0.09 0 0.62 190.19 0.38 0.27
Hex 2B 57 60 37 9 0 3E BE 26 1B
Octal 53 127 140 67 11 0 76 276 46 33
Binary 101011 1010111 1100000 110111 1001 0 111110 10111110 100110 11011

Color Harmonies of #2B5760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5760

Black with #2B5760

Text Example


Text Example

White with #2B5760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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