Html Css Color HEX #279CCA Pelorous

📋 copy color: '#279CCA'

red 39 ◦ green 156 ◦ blue 202

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

Shades of Pelorous #279CCA

Tints of Pelorous #279CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.88%

R = 9.82%
G = 39.29%
B = 50.88%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#279CCA (or 0x279CCA) is known color: Pelorous. HEX triplet: 27, 9C and CA. RGB value is (39,156,202). Sum of RGB (Red+Green+Blue) = 39+156+202=397 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.82% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #279CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279CCA is #D86335. Grayscale: #7D7D7D. Windows color (decimal): -14181174 or 13278247. OLE color: 13278247.

HSL color Cylindrical-coordinate representation of color #279CCA: hue angle of 196.93º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #279CCA is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 39 156 202 -
CMYK 0.81 0.23 0 0.21
HSL 196.93º 0.68% 0.47% -
HSV(B) 196.93º 0.81% 0.79% -
XYZ 23.39 28.47 60.14 -
YUV 126.26 170.74 65.76 -
System Red Green Blue C M Y K H S L
Decimal 39 156 202 0.81 0.23 0 0.21 196.93 0.68 0.47
Hex 27 9C CA 51 17 0 15 C5 44 2F
Octal 47 234 312 121 27 0 25 305 104 57
Binary 100111 10011100 11001010 1010001 10111 0 10101 11000101 1000100 101111

Color Harmonies of #279CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279CCA

Black with #279CCA

Text Example


Text Example

White with #279CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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