Html Css Color HEX #288399 Scooter

📋 copy color: '#288399'

red 40 ◦ green 131 ◦ blue 153

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

Shades of Scooter #288399

Tints of Scooter #288399

RGB

 RED value IS 40 (16.02% from 255) = 12.35%

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

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

R = 12.35%
G = 40.43%
B = 47.22%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#288399 (or 0x288399) is known color: Scooter. HEX triplet: 28, 83 and 99. RGB value is (40,131,153). Sum of RGB (Red+Green+Blue) = 40+131+153=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #288399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288399 is #D77C66. Grayscale: #6A6A6A. Windows color (decimal): -14122087 or 10060584. OLE color: 10060584.

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

Color convert

RGB 40 131 153 -
CMYK 0.74 0.14 0 0.4
HSL 191.68º 0.59% 0.38% -
HSV(B) 191.68º 0.74% 0.6% -
XYZ 14.74 18.98 33.02 -
YUV 106.3 154.35 80.71 -
System Red Green Blue C M Y K H S L
Decimal 40 131 153 0.74 0.14 0 0.4 191.68 0.59 0.38
Hex 28 83 99 4A E 0 28 C0 3B 26
Octal 50 203 231 112 16 0 50 300 73 46
Binary 101000 10000011 10011001 1001010 1110 0 101000 11000000 111011 100110

Color Harmonies of #288399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288399

Black with #288399

Text Example


Text Example

White with #288399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288399; }

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

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

background-color css

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

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

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

border-color css

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

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

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