#2A94BA

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

Shades of Pelorous #2A94BA

Tints of Pelorous #2A94BA

Color information

#2A94BA (or 0x2A94BA) is unknown color: approx Pelorous. HEX triplet: 2A, 94 and BA. RGB value is (42,148,186). Sum of RGB (Red+Green+Blue) = 42+148+186=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A94BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A94BA is #D56B45. Grayscale: #787878. Windows color (decimal): -13986630 or 12227626. OLE color: 12227626.

HSL color Cylindrical-coordinate representation of color #2A94BA: hue angle of 195.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A94BA is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB42148186-
CMYK0.770.2000.27
HSL195.83º63.16%44.71%-
HSV(B)195.83º77.42%72.94%-
XYZ20.4125.2250.25-
YUV120.64164.8871.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.17%
GREEN value IS 148 (58.20% from 255) = 39.36%
BLUE value IS 186 (73.05% from 255) = 49.47%
R=11.17%
G=39.36%
B=49.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421481860.770.2000.27195.8363.1644.71
Hex2A94BA4D1401Bc43f2d
Octal52224272115240333047755
Binary101010100101001011101010011011010001101111000100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A94BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,148,186); }

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

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

 a { background-color: rgb(42,148,186); }

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

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

 span { border-color: rgb(42,148,186); }

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