#279BBD

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

Shades of Pelorous #279BBD

Tints of Pelorous #279BBD

Color information

#279BBD (or 0x279BBD) is unknown color: approx Pelorous. HEX triplet: 27, 9B and BD. RGB value is (39,155,189). Sum of RGB (Red+Green+Blue) = 39+155+189=383 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.18% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #279BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279BBD is #D86442. Grayscale: #7B7B7B. Windows color (decimal): -14181443 or 12426023. OLE color: 12426023.

HSL color Cylindrical-coordinate representation of color #279BBD: hue angle of 193.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #279BBD is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB39155189-
CMYK0.790.1800.26
HSL193.6º65.79%44.71%-
HSV(B)193.6º79.37%74.12%-
XYZ21.7427.5552.32-
YUV124.19164.5767.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.18%
GREEN value IS 155 (60.94% from 255) = 40.47%
BLUE value IS 189 (74.22% from 255) = 49.35%
R=10.18%
G=40.47%
B=49.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391551890.790.1800.26193.665.7944.71
Hex279BBD4F1201Ac2422d
Octal472332751172203230210255
Binary1001111001101110111101100111110010011010110000101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279BBD; }

 p { color: rgb(39,155,189); }

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

<style>
 a { background-color: #279BBD; }

 a { background-color: rgb(39,155,189); }

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

<style>
 span { border-color: #279BBD; }

 span { border-color: rgb(39,155,189); }

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