Html Css Color HEX #278C99 Scooter

📋 copy color: '#278C99'

red 39 ◦ green 140 ◦ blue 153

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

Shades of Scooter #278C99

Tints of Scooter #278C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.17%

 BLUE value IS 153 (60.16% from 255) = 46.08%

R = 11.75%
G = 42.17%
B = 46.08%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#278C99 (or 0x278C99) is known color: Scooter. HEX triplet: 27, 8C and 99. RGB value is (39,140,153). Sum of RGB (Red+Green+Blue) = 39+140+153=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #278C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278C99 is #D87366. Grayscale: #6F6F6F. Windows color (decimal): -14185319 or 10062887. OLE color: 10062887.

HSL color Cylindrical-coordinate representation of color #278C99: hue angle of 186.84º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #278C99 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 140 153 -
CMYK 0.75 0.08 0 0.4
HSL 186.84º 0.59% 0.38% -
HSV(B) 186.84º 0.75% 0.6% -
XYZ 15.96 21.49 33.44 -
YUV 111.28 151.54 76.44 -
System Red Green Blue C M Y K H S L
Decimal 39 140 153 0.75 0.08 0 0.4 186.84 0.59 0.38
Hex 27 8C 99 4B 8 0 28 BB 3B 26
Octal 47 214 231 113 10 0 50 273 73 46
Binary 100111 10001100 10011001 1001011 1000 0 101000 10111011 111011 100110

Color Harmonies of #278C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278C99

Black with #278C99

Text Example


Text Example

White with #278C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,140,153); }

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

background-color css

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

 a { background-color: rgb(39,140,153); }

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

border-color css

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

 span { border-color: rgb(39,140,153); }

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