Html Css Color HEX #279CCC Pelorous

📋 copy color: '#279CCC'

red 39 ◦ green 156 ◦ blue 204

#279CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #279CCC

Tints of Pelorous #279CCC

RGB

 RED value IS 39 (15.63% from 255) = 9.77%

 GREEN value IS 156 (61.33% from 255) = 39.1%

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 9.77%
G = 39.1%
B = 51.13%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#279CCC (or 0x279CCC) is known color: Pelorous. HEX triplet: 27, 9C and CC. RGB value is (39,156,204). Sum of RGB (Red+Green+Blue) = 39+156+204=399 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.77% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #279CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279CCC is #D86333. Grayscale: #7E7E7E. Windows color (decimal): -14181172 or 13409319. OLE color: 13409319.

HSL color Cylindrical-coordinate representation of color #279CCC: hue angle of 197.45º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #279CCC is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 156 204 -
CMYK 0.81 0.24 0 0.2
HSL 197.45º 0.68% 0.48% -
HSV(B) 197.45º 0.81% 0.8% -
XYZ 23.62 28.57 61.4 -
YUV 126.49 171.74 65.6 -
System Red Green Blue C M Y K H S L
Decimal 39 156 204 0.81 0.24 0 0.2 197.45 0.68 0.48
Hex 27 9C CC 51 18 0 14 C5 44 30
Octal 47 234 314 121 30 0 24 305 104 60
Binary 100111 10011100 11001100 1010001 11000 0 10100 11000101 1000100 110000

Color Harmonies of #279CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279CCC

Black with #279CCC

Text Example


Text Example

White with #279CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #279CCC;
 }
 .AnyTagClassName
 {
   color: #279CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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