Html Css Color HEX #278399 Scooter

📋 copy color: '#278399'

red 39 ◦ green 131 ◦ blue 153

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

Shades of Scooter #278399

Tints of Scooter #278399

RGB

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

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

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

R = 12.07%
G = 40.56%
B = 47.37%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#278399 (or 0x278399) is known color: Scooter. HEX triplet: 27, 83 and 99. RGB value is (39,131,153). Sum of RGB (Red+Green+Blue) = 39+131+153=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #278399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278399 is #D87C66. Grayscale: #696969. Windows color (decimal): -14187623 or 10060583. OLE color: 10060583.

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

Color convert

RGB 39 131 153 -
CMYK 0.75 0.14 0 0.4
HSL 191.58º 0.59% 0.38% -
HSV(B) 191.58º 0.75% 0.6% -
XYZ 14.7 18.96 33.02 -
YUV 106 154.52 80.21 -
System Red Green Blue C M Y K H S L
Decimal 39 131 153 0.75 0.14 0 0.4 191.58 0.59 0.38
Hex 27 83 99 4B E 0 28 C0 3B 26
Octal 47 203 231 113 16 0 50 300 73 46
Binary 100111 10000011 10011001 1001011 1110 0 101000 11000000 111011 100110

Color Harmonies of #278399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278399

Black with #278399

Text Example


Text Example

White with #278399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278399; }

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

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

background-color css

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

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

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

border-color css

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

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

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