Html Css Color HEX #278EAC Pelorous

📋 copy color: '#278EAC'

red 39 ◦ green 142 ◦ blue 172

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

Shades of Pelorous #278EAC

Tints of Pelorous #278EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.23%

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 11.05%
G = 40.23%
B = 48.73%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#278EAC (or 0x278EAC) is known color: Pelorous. HEX triplet: 27, 8E and AC. RGB value is (39,142,172). Sum of RGB (Red+Green+Blue) = 39+142+172=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #278EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278EAC is #D87153. Grayscale: #727272. Windows color (decimal): -14184788 or 11308583. OLE color: 11308583.

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

Color convert

RGB 39 142 172 -
CMYK 0.77 0.17 0 0.33
HSL 193.53º 0.63% 0.41% -
HSV(B) 193.53º 0.77% 0.67% -
XYZ 17.96 22.76 42.48 -
YUV 114.62 160.38 74.06 -
System Red Green Blue C M Y K H S L
Decimal 39 142 172 0.77 0.17 0 0.33 193.53 0.63 0.41
Hex 27 8E AC 4D 11 0 21 C2 3F 29
Octal 47 216 254 115 21 0 41 302 77 51
Binary 100111 10001110 10101100 1001101 10001 0 100001 11000010 111111 101001

Color Harmonies of #278EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278EAC

Black with #278EAC

Text Example


Text Example

White with #278EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,142,172); }

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

background-color css

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

 a { background-color: rgb(39,142,172); }

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

border-color css

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

 span { border-color: rgb(39,142,172); }

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