Html Css Color HEX #2B96BE Pelorous

📋 copy color: '#2B96BE'

red 43 ◦ green 150 ◦ blue 190

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

Shades of Pelorous #2B96BE

Tints of Pelorous #2B96BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.61%

R = 11.23%
G = 39.16%
B = 49.61%

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

#2B96BE (or 0x2B96BE) is known color: Pelorous. HEX triplet: 2B, 96 and BE. RGB value is (43,150,190). Sum of RGB (Red+Green+Blue) = 43+150+190=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B96BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B96BE is #D46941. Grayscale: #7A7A7A. Windows color (decimal): -13920578 or 12490283. OLE color: 12490283.

HSL color Cylindrical-coordinate representation of color #2B96BE: hue angle of 196.33º 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 #2B96BE is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 150 190 -
CMYK 0.77 0.21 0 0.25
HSL 196.33º 0.63% 0.46% -
HSV(B) 196.33º 0.77% 0.75% -
XYZ 21.2 26.04 52.63 -
YUV 122.57 166.05 71.25 -
System Red Green Blue C M Y K H S L
Decimal 43 150 190 0.77 0.21 0 0.25 196.33 0.63 0.46
Hex 2B 96 BE 4D 15 0 19 C4 3F 2E
Octal 53 226 276 115 25 0 31 304 77 56
Binary 101011 10010110 10111110 1001101 10101 0 11001 11000100 111111 101110

Color Harmonies of #2B96BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B96BE

Black with #2B96BE

Text Example


Text Example

White with #2B96BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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