Html Css Color HEX #278995 Scooter

📋 copy color: '#278995'

red 39 ◦ green 137 ◦ blue 149

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

Shades of Scooter #278995

Tints of Scooter #278995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.15%

 BLUE value IS 149 (58.59% from 255) = 45.85%

R = 12%
G = 42.15%
B = 45.85%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#278995 (or 0x278995) is known color: Scooter. HEX triplet: 27, 89 and 95. RGB value is (39,137,149). Sum of RGB (Red+Green+Blue) = 39+137+149=325 (43% of max value = 765). Red value is 39 (15.62% from 255 or 12% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #278995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278995 is #D8766A. Grayscale: #6C6C6C. Windows color (decimal): -14186091 or 9799975. OLE color: 9799975.

HSL color Cylindrical-coordinate representation of color #278995: hue angle of 186.55º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #278995 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 137 149 -
CMYK 0.74 0.08 0 0.42
HSL 186.55º 0.59% 0.37% -
HSV(B) 186.55º 0.74% 0.58% -
XYZ 15.21 20.49 31.59 -
YUV 109.07 150.53 78.02 -
System Red Green Blue C M Y K H S L
Decimal 39 137 149 0.74 0.08 0 0.42 186.55 0.59 0.37
Hex 27 89 95 4A 8 0 2A BB 3B 25
Octal 47 211 225 112 10 0 52 273 73 45
Binary 100111 10001001 10010101 1001010 1000 0 101010 10111011 111011 100101

Color Harmonies of #278995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278995

Black with #278995

Text Example


Text Example

White with #278995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278995; }

 p { color: rgb(39,137,149); }

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

background-color css

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

 a { background-color: rgb(39,137,149); }

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

border-color css

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

 span { border-color: rgb(39,137,149); }

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