Html Css Color HEX #278699 Scooter

📋 copy color: '#278699'

red 39 ◦ green 134 ◦ blue 153

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

Shades of Scooter #278699

Tints of Scooter #278699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.1%

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

R = 11.96%
G = 41.1%
B = 46.93%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#278699 (or 0x278699) is known color: Scooter. HEX triplet: 27, 86 and 99. RGB value is (39,134,153). Sum of RGB (Red+Green+Blue) = 39+134+153=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #278699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278699 is #D87966. Grayscale: #6B6B6B. Windows color (decimal): -14186855 or 10061351. OLE color: 10061351.

HSL color Cylindrical-coordinate representation of color #278699: hue angle of 190º 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 #278699 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 134 153 -
CMYK 0.75 0.12 0 0.4
HSL 190º 0.59% 0.38% -
HSV(B) 190º 0.75% 0.6% -
XYZ 15.11 19.78 33.16 -
YUV 107.76 153.53 78.96 -
System Red Green Blue C M Y K H S L
Decimal 39 134 153 0.75 0.12 0 0.4 190 0.59 0.38
Hex 27 86 99 4B C 0 28 BE 3B 26
Octal 47 206 231 113 14 0 50 276 73 46
Binary 100111 10000110 10011001 1001011 1100 0 101000 10111110 111011 100110

Color Harmonies of #278699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278699

Black with #278699

Text Example


Text Example

White with #278699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278699; }

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

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

background-color css

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

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

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

border-color css

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

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

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