Html Css Color HEX #2893BE Pelorous

📋 copy color: '#2893BE'

red 40 ◦ green 147 ◦ blue 190

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

Shades of Pelorous #2893BE

Tints of Pelorous #2893BE

RGB

 RED value IS 40 (16.02% from 255) = 10.61%

 GREEN value IS 147 (57.81% from 255) = 38.99%

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

R = 10.61%
G = 38.99%
B = 50.4%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2893BE (or 0x2893BE) is known color: Pelorous. HEX triplet: 28, 93 and BE. RGB value is (40,147,190). Sum of RGB (Red+Green+Blue) = 40+147+190=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 147 (57.81% from 255 or 38.99% 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 #2893BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2893BE is #D76C41. Grayscale: #777777. Windows color (decimal): -14117954 or 12489512. OLE color: 12489512.

HSL color Cylindrical-coordinate representation of color #2893BE: hue angle of 197.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2893BE is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 147 190 -
CMYK 0.79 0.23 0 0.25
HSL 197.2º 0.65% 0.45% -
HSV(B) 197.2º 0.79% 0.75% -
XYZ 20.6 25.04 52.46 -
YUV 119.91 167.55 71 -
System Red Green Blue C M Y K H S L
Decimal 40 147 190 0.79 0.23 0 0.25 197.2 0.65 0.45
Hex 28 93 BE 4F 17 0 19 C5 41 2D
Octal 50 223 276 117 27 0 31 305 101 55
Binary 101000 10010011 10111110 1001111 10111 0 11001 11000101 1000001 101101

Color Harmonies of #2893BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2893BE

Black with #2893BE

Text Example


Text Example

White with #2893BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2893BE; }

 p { color: rgb(40,147,190); }

 H1.HeaderClassName
 {
   color: #2893BE;
 }
 .AnyTagClassName
 {
   color: #2893BE;
 }
</style>

background-color css

<style>
 a { background-color: #2893BE; }

 a { background-color: rgb(40,147,190); }

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

border-color css

<style>
 span { border-color: #2893BE; }

 span { border-color: rgb(40,147,190); }

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