Html Css Color HEX #2B92BE Pelorous

📋 copy color: '#2B92BE'

red 43 ◦ green 146 ◦ blue 190

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

Shades of Pelorous #2B92BE

Tints of Pelorous #2B92BE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.52%

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

R = 11.35%
G = 38.52%
B = 50.13%

CMYK

 C value IS 0.77

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B92BE (or 0x2B92BE) is known color: Pelorous. HEX triplet: 2B, 92 and BE. RGB value is (43,146,190). Sum of RGB (Red+Green+Blue) = 43+146+190=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B92BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B92BE is #D46D41. Grayscale: #777777. Windows color (decimal): -13921602 or 12489259. OLE color: 12489259.

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

Color convert

RGB 43 146 190 -
CMYK 0.77 0.23 0 0.25
HSL 197.96º 0.63% 0.46% -
HSV(B) 197.96º 0.77% 0.75% -
XYZ 20.57 24.79 52.42 -
YUV 120.22 167.38 72.92 -
System Red Green Blue C M Y K H S L
Decimal 43 146 190 0.77 0.23 0 0.25 197.96 0.63 0.46
Hex 2B 92 BE 4D 17 0 19 C6 3F 2E
Octal 53 222 276 115 27 0 31 306 77 56
Binary 101011 10010010 10111110 1001101 10111 0 11001 11000110 111111 101110

Color Harmonies of #2B92BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B92BE

Black with #2B92BE

Text Example


Text Example

White with #2B92BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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