#2789BA

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

Shades of Pelorous #2789BA

Tints of Pelorous #2789BA

Color information

#2789BA (or 0x2789BA) is unknown color: approx Pelorous. HEX triplet: 27, 89 and BA. RGB value is (39,137,186). Sum of RGB (Red+Green+Blue) = 39+137+186=362 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.77% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #2789BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2789BA is #D87645. Grayscale: #707070. Windows color (decimal): -14186054 or 12224807. OLE color: 12224807.

HSL color Cylindrical-coordinate representation of color #2789BA: hue angle of 200º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2789BA is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB39137186-
CMYK0.790.2600.27
HSL200º65.33%44.12%-
HSV(B)200º79.03%72.94%-
XYZ18.6521.8749.69-
YUV113.28169.0375.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.77%
GREEN value IS 137 (53.91% from 255) = 37.85%
BLUE value IS 186 (73.05% from 255) = 51.38%
R=10.77%
G=37.85%
B=51.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391371860.790.2600.2720065.3344.12
Hex2789BA4F1A01Bc8412c
Octal472112721173203331010154
Binary1001111000100110111010100111111010011011110010001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2789BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2789BA; }

 p { color: rgb(39,137,186); }

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

<style>
 a { background-color: #2789BA; }

 a { background-color: rgb(39,137,186); }

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

<style>
 span { border-color: #2789BA; }

 span { border-color: rgb(39,137,186); }

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