#279CBC

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

Shades of Pelorous #279CBC

Tints of Pelorous #279CBC

Color information

#279CBC (or 0x279CBC) is unknown color: approx Pelorous. HEX triplet: 27, 9C and BC. RGB value is (39,156,188). Sum of RGB (Red+Green+Blue) = 39+156+188=383 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.18% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #279CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279CBC is #D86343. Grayscale: #7C7C7C. Windows color (decimal): -14181188 or 12360743. OLE color: 12360743.

HSL color Cylindrical-coordinate representation of color #279CBC: hue angle of 192.89º 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 #279CBC is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB39156188-
CMYK0.790.1700.26
HSL192.89º65.64%44.51%-
HSV(B)192.89º79.26%73.73%-
XYZ21.827.8451.8-
YUV124.66163.7466.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.18%
GREEN value IS 156 (61.33% from 255) = 40.73%
BLUE value IS 188 (73.83% from 255) = 49.09%
R=10.18%
G=40.73%
B=49.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391561880.790.1700.26192.8965.6444.51
Hex279CBC4F1101Ac1422d
Octal472342741172103230110255
Binary1001111001110010111100100111110001011010110000011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,156,188); }

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

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

 a { background-color: rgb(39,156,188); }

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

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

 span { border-color: rgb(39,156,188); }

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