Html Css Color HEX #278AAE Pelorous

📋 copy color: '#278AAE'

red 39 ◦ green 138 ◦ blue 174

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

Shades of Pelorous #278AAE

Tints of Pelorous #278AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.32%

 BLUE value IS 174 (68.36% from 255) = 49.57%

R = 11.11%
G = 39.32%
B = 49.57%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#278AAE (or 0x278AAE) is known color: Pelorous. HEX triplet: 27, 8A and AE. RGB value is (39,138,174). Sum of RGB (Red+Green+Blue) = 39+138+174=351 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.11% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #278AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278AAE is #D87551. Grayscale: #707070. Windows color (decimal): -14185810 or 11438631. OLE color: 11438631.

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

Color convert

RGB 39 138 174 -
CMYK 0.78 0.21 0 0.32
HSL 196º 0.63% 0.42% -
HSV(B) 196º 0.78% 0.68% -
XYZ 17.57 21.66 43.3 -
YUV 112.5 162.7 75.57 -
System Red Green Blue C M Y K H S L
Decimal 39 138 174 0.78 0.21 0 0.32 196 0.63 0.42
Hex 27 8A AE 4E 15 0 20 C4 3F 2A
Octal 47 212 256 116 25 0 40 304 77 52
Binary 100111 10001010 10101110 1001110 10101 0 100000 11000100 111111 101010

Color Harmonies of #278AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278AAE

Black with #278AAE

Text Example


Text Example

White with #278AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,138,174); }

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

background-color css

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

 a { background-color: rgb(39,138,174); }

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

border-color css

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

 span { border-color: rgb(39,138,174); }

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