Html Css Color HEX #308090 Scooter

📋 copy color: '#308090'

red 48 ◦ green 128 ◦ blue 144

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

Shades of Scooter #308090

Tints of Scooter #308090

RGB

 RED value IS 48 (19.14% from 255) = 15%

 GREEN value IS 128 (50.39% from 255) = 40%

 BLUE value IS 144 (56.64% from 255) = 45%

R = 15%
G = 40%
B = 45%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#308090 (or 0x308090) is known color: Scooter. HEX triplet: 30, 80 and 90. RGB value is (48,128,144). Sum of RGB (Red+Green+Blue) = 48+128+144=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #308090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308090 is #CF7F6F. Grayscale: #696969. Windows color (decimal): -13598576 or 9470000. OLE color: 9470000.

HSL color Cylindrical-coordinate representation of color #308090: hue angle of 190º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #308090 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 128 144 -
CMYK 0.67 0.11 0 0.44
HSL 190º 0.5% 0.38% -
HSV(B) 190º 0.67% 0.56% -
XYZ 13.97 18.08 29.14 -
YUV 105.9 149.5 86.7 -
System Red Green Blue C M Y K H S L
Decimal 48 128 144 0.67 0.11 0 0.44 190 0.5 0.38
Hex 30 80 90 43 B 0 2C BE 32 26
Octal 60 200 220 103 13 0 54 276 62 46
Binary 110000 10000000 10010000 1000011 1011 0 101100 10111110 110010 100110

Color Harmonies of #308090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308090

Black with #308090

Text Example


Text Example

White with #308090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308090; }

 p { color: rgb(48,128,144); }

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

background-color css

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

 a { background-color: rgb(48,128,144); }

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

border-color css

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

 span { border-color: rgb(48,128,144); }

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