Html Css Color HEX #278FAD Pelorous

📋 copy color: '#278FAD'

red 39 ◦ green 143 ◦ blue 173

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

Shades of Pelorous #278FAD

Tints of Pelorous #278FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.28%

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 10.99%
G = 40.28%
B = 48.73%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#278FAD (or 0x278FAD) is known color: Pelorous. HEX triplet: 27, 8F and AD. RGB value is (39,143,173). Sum of RGB (Red+Green+Blue) = 39+143+173=355 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.99% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #278FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278FAD is #D87052. Grayscale: #737373. Windows color (decimal): -14184531 or 11374375. OLE color: 11374375.

HSL color Cylindrical-coordinate representation of color #278FAD: hue angle of 193.43º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #278FAD is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 143 173 -
CMYK 0.77 0.17 0 0.32
HSL 193.43º 0.63% 0.42% -
HSV(B) 193.43º 0.77% 0.68% -
XYZ 18.2 23.09 43.03 -
YUV 115.32 160.54 73.56 -
System Red Green Blue C M Y K H S L
Decimal 39 143 173 0.77 0.17 0 0.32 193.43 0.63 0.42
Hex 27 8F AD 4D 11 0 20 C1 3F 2A
Octal 47 217 255 115 21 0 40 301 77 52
Binary 100111 10001111 10101101 1001101 10001 0 100000 11000001 111111 101010

Color Harmonies of #278FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278FAD

Black with #278FAD

Text Example


Text Example

White with #278FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278FAD; }

 p { color: rgb(39,143,173); }

 H1.HeaderClassName
 {
   color: #278FAD;
 }
 .AnyTagClassName
 {
   color: #278FAD;
 }
</style>

background-color css

<style>
 a { background-color: #278FAD; }

 a { background-color: rgb(39,143,173); }

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

border-color css

<style>
 span { border-color: #278FAD; }

 span { border-color: rgb(39,143,173); }

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