#2A90BC

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

Shades of Pelorous #2A90BC

Tints of Pelorous #2A90BC

Color information

#2A90BC (or 0x2A90BC) is unknown color: approx Pelorous. HEX triplet: 2A, 90 and BC. RGB value is (42,144,188). Sum of RGB (Red+Green+Blue) = 42+144+188=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A90BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A90BC is #D56F43. Grayscale: #767676. Windows color (decimal): -13987652 or 12357674. OLE color: 12357674.

HSL color Cylindrical-coordinate representation of color #2A90BC: hue angle of 198.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A90BC is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB42144188-
CMYK0.780.2300.26
HSL198.08º63.48%45.1%-
HSV(B)198.08º77.66%73.73%-
XYZ20.0124.0751.17-
YUV118.52167.2173.42-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.23%
GREEN value IS 144 (56.64% from 255) = 38.50%
BLUE value IS 188 (73.83% from 255) = 50.27%
R=11.23%
G=38.50%
B=50.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal421441880.780.2300.26198.0863.4845.1
Hex2A90BC4E1701Ac63f2d
Octal52220274116270323067755
Binary101010100100001011110010011101011101101011000110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A90BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,144,188); }

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

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

 a { background-color: rgb(42,144,188); }

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

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

 span { border-color: rgb(42,144,188); }

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