Html Css Color HEX #2B9AB3 Pelorous

📋 copy color: '#2B9AB3'

red 43 ◦ green 154 ◦ blue 179

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

Shades of Pelorous #2B9AB3

Tints of Pelorous #2B9AB3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.96%

 BLUE value IS 179 (70.31% from 255) = 47.61%

R = 11.44%
G = 40.96%
B = 47.61%

CMYK

 C value IS 0.76

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2B9AB3 (or 0x2B9AB3) is known color: Pelorous. HEX triplet: 2B, 9A and B3. RGB value is (43,154,179). Sum of RGB (Red+Green+Blue) = 43+154+179=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #2B9AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9AB3 is #D4654C. Grayscale: #7B7B7B. Windows color (decimal): -13919565 or 11770411. OLE color: 11770411.

HSL color Cylindrical-coordinate representation of color #2B9AB3: hue angle of 191.03º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B9AB3 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 43 154 179 -
CMYK 0.76 0.14 0 0.30
HSL 191.03º 0.61% 0.44% -
HSV(B) 191.03º 0.76% 0.7% -
XYZ 20.69 26.88 46.75 -
YUV 123.66 159.23 70.47 -
System Red Green Blue C M Y K H S L
Decimal 43 154 179 0.76 0.14 0 0.30 191.03 0.61 0.44
Hex 2B 9A B3 4C E 0 1E BF 3D 2C
Octal 53 232 263 114 16 0 36 277 75 54
Binary 101011 10011010 10110011 1001100 1110 0 11110 10111111 111101 101100

Color Harmonies of #2B9AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9AB3

Black with #2B9AB3

Text Example


Text Example

White with #2B9AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,154,179); }

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

background-color css

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

 a { background-color: rgb(43,154,179); }

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

border-color css

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

 span { border-color: rgb(43,154,179); }

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