Html Css Color HEX #278498 Scooter

📋 copy color: '#278498'

red 39 ◦ green 132 ◦ blue 152

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

Shades of Scooter #278498

Tints of Scooter #278498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.87%

 BLUE value IS 152 (59.77% from 255) = 47.06%

R = 12.07%
G = 40.87%
B = 47.06%

CMYK

 C value IS 0.74

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#278498 (or 0x278498) is known color: Scooter. HEX triplet: 27, 84 and 98. RGB value is (39,132,152). Sum of RGB (Red+Green+Blue) = 39+132+152=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #278498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278498 is #D87B67. Grayscale: #6A6A6A. Windows color (decimal): -14187368 or 9995303. OLE color: 9995303.

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

Color convert

RGB 39 132 152 -
CMYK 0.74 0.13 0 0.40
HSL 190.62º 0.59% 0.37% -
HSV(B) 190.62º 0.74% 0.6% -
XYZ 14.76 19.2 32.63 -
YUV 106.47 153.69 79.87 -
System Red Green Blue C M Y K H S L
Decimal 39 132 152 0.74 0.13 0 0.40 190.62 0.59 0.37
Hex 27 84 98 4A D 0 28 BF 3B 25
Octal 47 204 230 112 15 0 50 277 73 45
Binary 100111 10000100 10011000 1001010 1101 0 101000 10111111 111011 100101

Color Harmonies of #278498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278498

Black with #278498

Text Example


Text Example

White with #278498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278498; }

 p { color: rgb(39,132,152); }

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

background-color css

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

 a { background-color: rgb(39,132,152); }

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

border-color css

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

 span { border-color: rgb(39,132,152); }

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