#2D90AD

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

Shades of Pelorous #2D90AD

Tints of Pelorous #2D90AD

Color information

#2D90AD (or 0x2D90AD) is unknown color: approx Pelorous. HEX triplet: 2D, 90 and AD. RGB value is (45,144,173). Sum of RGB (Red+Green+Blue) = 45+144+173=362 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.43% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D90AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D90AD is #D26F52. Grayscale: #757575. Windows color (decimal): -13791059 or 11374637. OLE color: 11374637.

HSL color Cylindrical-coordinate representation of color #2D90AD: hue angle of 193.59º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D90AD is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB45144173-
CMYK0.740.1700.32
HSL193.59º58.72%42.75%-
HSV(B)193.59º73.99%67.84%-
XYZ18.623.5243.1-
YUV117.7159.276.14-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.43%
GREEN value IS 144 (56.64% from 255) = 39.78%
BLUE value IS 173 (67.97% from 255) = 47.79%
R=12.43%
G=39.78%
B=47.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal451441730.740.1700.32193.5958.7242.75
Hex2D90AD4A11020c23b2b
Octal55220255112210403027353
Binary1011011001000010101101100101010001010000011000010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D90AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,144,173); }

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

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

 a { background-color: rgb(45,144,173); }

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

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

 span { border-color: rgb(45,144,173); }

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