Html Css Color HEX #278DAB Pelorous

📋 copy color: '#278DAB'

red 39 ◦ green 141 ◦ blue 171

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

Shades of Pelorous #278DAB

Tints of Pelorous #278DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.17%

 BLUE value IS 171 (67.19% from 255) = 48.72%

R = 11.11%
G = 40.17%
B = 48.72%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#278DAB (or 0x278DAB) is known color: Pelorous. HEX triplet: 27, 8D and AB. RGB value is (39,141,171). Sum of RGB (Red+Green+Blue) = 39+141+171=351 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.11% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #278DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278DAB is #D87254. Grayscale: #717171. Windows color (decimal): -14185045 or 11242791. OLE color: 11242791.

HSL color Cylindrical-coordinate representation of color #278DAB: hue angle of 193.64º 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 #278DAB is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 141 171 -
CMYK 0.77 0.18 0 0.33
HSL 193.64º 0.63% 0.41% -
HSV(B) 193.64º 0.77% 0.67% -
XYZ 17.71 22.42 41.92 -
YUV 113.92 160.21 74.56 -
System Red Green Blue C M Y K H S L
Decimal 39 141 171 0.77 0.18 0 0.33 193.64 0.63 0.41
Hex 27 8D AB 4D 12 0 21 C2 3F 29
Octal 47 215 253 115 22 0 41 302 77 51
Binary 100111 10001101 10101011 1001101 10010 0 100001 11000010 111111 101001

Color Harmonies of #278DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278DAB

Black with #278DAB

Text Example


Text Example

White with #278DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,141,171); }

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

background-color css

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

 a { background-color: rgb(39,141,171); }

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

border-color css

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

 span { border-color: rgb(39,141,171); }

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