Html Css Color HEX #2B8BB0 Pelorous

📋 copy color: '#2B8BB0'

red 43 ◦ green 139 ◦ blue 176

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

Shades of Pelorous #2B8BB0

Tints of Pelorous #2B8BB0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.83%

 BLUE value IS 176 (69.14% from 255) = 49.16%

R = 12.01%
G = 38.83%
B = 49.16%

CMYK

 C value IS 0.76

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2B8BB0 (or 0x2B8BB0) is known color: Pelorous. HEX triplet: 2B, 8B and B0. RGB value is (43,139,176). Sum of RGB (Red+Green+Blue) = 43+139+176=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 176 (69.14% from 255 or 49.16% from 358); Max value from RGB is 176 - color contains mainly: blue. Hex color #2B8BB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8BB0 is #D4744F. Grayscale: #727272. Windows color (decimal): -13923408 or 11569963. OLE color: 11569963.

HSL color Cylindrical-coordinate representation of color #2B8BB0: hue angle of 196.69º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B8BB0 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 43 139 176 -
CMYK 0.76 0.21 0 0.31
HSL 196.69º 0.61% 0.43% -
HSV(B) 196.69º 0.76% 0.69% -
XYZ 18.07 22.11 44.39 -
YUV 114.51 162.7 76.99 -
System Red Green Blue C M Y K H S L
Decimal 43 139 176 0.76 0.21 0 0.31 196.69 0.61 0.43
Hex 2B 8B B0 4C 15 0 1F C5 3D 2B
Octal 53 213 260 114 25 0 37 305 75 53
Binary 101011 10001011 10110000 1001100 10101 0 11111 11000101 111101 101011

Color Harmonies of #2B8BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8BB0

Black with #2B8BB0

Text Example


Text Example

White with #2B8BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,139,176); }

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

background-color css

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

 a { background-color: rgb(43,139,176); }

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

border-color css

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

 span { border-color: rgb(43,139,176); }

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