Html Css Color HEX #2B90BE Pelorous

📋 copy color: '#2B90BE'

red 43 ◦ green 144 ◦ blue 190

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

Shades of Pelorous #2B90BE

Tints of Pelorous #2B90BE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.2%

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

R = 11.41%
G = 38.2%
B = 50.4%

CMYK

 C value IS 0.77

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B90BE (or 0x2B90BE) is known color: Pelorous. HEX triplet: 2B, 90 and BE. RGB value is (43,144,190). Sum of RGB (Red+Green+Blue) = 43+144+190=377 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.41% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B90BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B90BE is #D46F41. Grayscale: #767676. Windows color (decimal): -13922114 or 12488747. OLE color: 12488747.

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

Color convert

RGB 43 144 190 -
CMYK 0.77 0.24 0 0.25
HSL 198.78º 0.63% 0.46% -
HSV(B) 198.78º 0.77% 0.75% -
XYZ 20.26 24.18 52.31 -
YUV 119.05 168.04 73.76 -
System Red Green Blue C M Y K H S L
Decimal 43 144 190 0.77 0.24 0 0.25 198.78 0.63 0.46
Hex 2B 90 BE 4D 18 0 19 C7 3F 2E
Octal 53 220 276 115 30 0 31 307 77 56
Binary 101011 10010000 10111110 1001101 11000 0 11001 11000111 111111 101110

Color Harmonies of #2B90BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B90BE

Black with #2B90BE

Text Example


Text Example

White with #2B90BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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