Html Css Color HEX #278396 Scooter

📋 copy color: '#278396'

red 39 ◦ green 131 ◦ blue 150

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

Shades of Scooter #278396

Tints of Scooter #278396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.94%

 BLUE value IS 150 (58.98% from 255) = 46.88%

R = 12.19%
G = 40.94%
B = 46.88%

CMYK

 C value IS 0.74

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#278396 (or 0x278396) is known color: Scooter. HEX triplet: 27, 83 and 96. RGB value is (39,131,150). Sum of RGB (Red+Green+Blue) = 39+131+150=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: blue. Hex color #278396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278396 is #D87C69. Grayscale: #696969. Windows color (decimal): -14187626 or 9863975. OLE color: 9863975.

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

Color convert

RGB 39 131 150 -
CMYK 0.74 0.13 0 0.41
HSL 190.27º 0.59% 0.37% -
HSV(B) 190.27º 0.74% 0.59% -
XYZ 14.46 18.87 31.73 -
YUV 105.66 153.02 80.46 -
System Red Green Blue C M Y K H S L
Decimal 39 131 150 0.74 0.13 0 0.41 190.27 0.59 0.37
Hex 27 83 96 4A D 0 29 BE 3B 25
Octal 47 203 226 112 15 0 51 276 73 45
Binary 100111 10000011 10010110 1001010 1101 0 101001 10111110 111011 100101

Color Harmonies of #278396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278396

Black with #278396

Text Example


Text Example

White with #278396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278396; }

 p { color: rgb(39,131,150); }

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

background-color css

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

 a { background-color: rgb(39,131,150); }

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

border-color css

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

 span { border-color: rgb(39,131,150); }

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