Html Css Color HEX #2B96BA Pelorous

📋 copy color: '#2B96BA'

red 43 ◦ green 150 ◦ blue 186

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

Shades of Pelorous #2B96BA

Tints of Pelorous #2B96BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 11.35%
G = 39.58%
B = 49.08%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B96BA (or 0x2B96BA) is known color: Pelorous. HEX triplet: 2B, 96 and BA. RGB value is (43,150,186). Sum of RGB (Red+Green+Blue) = 43+150+186=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B96BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B96BA is #D46945. Grayscale: #797979. Windows color (decimal): -13920582 or 12228139. OLE color: 12228139.

HSL color Cylindrical-coordinate representation of color #2B96BA: hue angle of 195.1º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B96BA is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 150 186 -
CMYK 0.77 0.19 0 0.27
HSL 195.1º 0.62% 0.45% -
HSV(B) 195.1º 0.77% 0.73% -
XYZ 20.77 25.87 50.35 -
YUV 122.11 164.05 71.57 -
System Red Green Blue C M Y K H S L
Decimal 43 150 186 0.77 0.19 0 0.27 195.1 0.62 0.45
Hex 2B 96 BA 4D 13 0 1B C3 3E 2D
Octal 53 226 272 115 23 0 33 303 76 55
Binary 101011 10010110 10111010 1001101 10011 0 11011 11000011 111110 101101

Color Harmonies of #2B96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B96BA

Black with #2B96BA

Text Example


Text Example

White with #2B96BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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