#2B90BF

Color #2B90BF Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2B90BF

Tints of Pelorous #2B90BF

Color information

#2B90BF (or 0x2B90BF) is unknown color: approx Pelorous. HEX triplet: 2B, 90 and BF. RGB value is (43,144,191). Sum of RGB (Red+Green+Blue) = 43+144+191=378 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.38% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #2B90BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B90BF is #D46F40. Grayscale: #767676. Windows color (decimal): -13922113 or 12554283. OLE color: 12554283.

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

Color convert

RGB43144191-
CMYK0.770.2500.25
HSL199.05º63.25%45.88%-
HSV(B)199.05º77.49%74.9%-
XYZ20.3724.2252.89-
YUV119.16168.5473.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.38%
GREEN value IS 144 (56.64% from 255) = 38.10%
BLUE value IS 191 (75% from 255) = 50.53%
R=11.38%
G=38.10%
B=50.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431441910.770.2500.25199.0563.2545.88
Hex2B90BF4D19019c73f2e
Octal53220277115310313077756
Binary101011100100001011111110011011100101100111000111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B90BF;
 }
 .AnyTagClassName
 {
   color: #2B90BF;
 }
</style>
background-color css

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

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

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

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

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

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