#2C90BE

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

Shades of Pelorous #2C90BE

Tints of Pelorous #2C90BE

Color information

#2C90BE (or 0x2C90BE) is unknown color: approx Pelorous. HEX triplet: 2C, 90 and BE. RGB value is (44,144,190). Sum of RGB (Red+Green+Blue) = 44+144+190=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C90BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C90BE is #D36F41. Grayscale: #777777. Windows color (decimal): -13856578 or 12488748. OLE color: 12488748.

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

Color convert

RGB44144190-
CMYK0.770.2400.25
HSL198.9º62.39%45.88%-
HSV(B)198.9º76.84%74.51%-
XYZ20.3124.252.32-
YUV119.34167.8774.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.64%
GREEN value IS 144 (56.64% from 255) = 38.10%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=11.64%
G=38.10%
B=50.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441441900.770.2400.25198.962.3945.88
Hex2C90BE4D18019c73e2e
Octal54220276115300313077656
Binary101100100100001011111010011011100001100111000111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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