Html Css Color HEX #2B96BF Pelorous

📋 copy color: '#2B96BF'

red 43 ◦ green 150 ◦ blue 191

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

Shades of Pelorous #2B96BF

Tints of Pelorous #2B96BF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.06%

 BLUE value IS 191 (75% from 255) = 49.74%

R = 11.2%
G = 39.06%
B = 49.74%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B96BF (or 0x2B96BF) is known color: Pelorous. HEX triplet: 2B, 96 and BF. RGB value is (43,150,191). Sum of RGB (Red+Green+Blue) = 43+150+191=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #2B96BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B96BF is #D46940. Grayscale: #7A7A7A. Windows color (decimal): -13920577 or 12555819. OLE color: 12555819.

HSL color Cylindrical-coordinate representation of color #2B96BF: hue angle of 196.62º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B96BF is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 150 191 -
CMYK 0.77 0.21 0 0.25
HSL 196.62º 0.63% 0.46% -
HSV(B) 196.62º 0.77% 0.75% -
XYZ 21.31 26.09 53.2 -
YUV 122.68 166.55 71.17 -
System Red Green Blue C M Y K H S L
Decimal 43 150 191 0.77 0.21 0 0.25 196.62 0.63 0.46
Hex 2B 96 BF 4D 15 0 19 C5 3F 2E
Octal 53 226 277 115 25 0 31 305 77 56
Binary 101011 10010110 10111111 1001101 10101 0 11001 11000101 111111 101110

Color Harmonies of #2B96BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B96BF

Black with #2B96BF

Text Example


Text Example

White with #2B96BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,150,191); }

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

background-color css

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

 a { background-color: rgb(43,150,191); }

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

border-color css

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

 span { border-color: rgb(43,150,191); }

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