Html Css Color HEX #308190 Scooter

📋 copy color: '#308190'

red 48 ◦ green 129 ◦ blue 144

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

Shades of Scooter #308190

Tints of Scooter #308190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.19%

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

R = 14.95%
G = 40.19%
B = 44.86%

CMYK

 C value IS 0.67

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#308190 (or 0x308190) is known color: Scooter. HEX triplet: 30, 81 and 90. RGB value is (48,129,144). Sum of RGB (Red+Green+Blue) = 48+129+144=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #308190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308190 is #CF7E6F. Grayscale: #6A6A6A. Windows color (decimal): -13598320 or 9470256. OLE color: 9470256.

HSL color Cylindrical-coordinate representation of color #308190: hue angle of 189.38º 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 #308190 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 129 144 -
CMYK 0.67 0.10 0 0.44
HSL 189.38º 0.5% 0.38% -
HSV(B) 189.38º 0.67% 0.56% -
XYZ 14.1 18.34 29.18 -
YUV 106.49 149.16 86.28 -
System Red Green Blue C M Y K H S L
Decimal 48 129 144 0.67 0.10 0 0.44 189.38 0.5 0.38
Hex 30 81 90 43 A 0 2C BD 32 26
Octal 60 201 220 103 12 0 54 275 62 46
Binary 110000 10000001 10010000 1000011 1010 0 101100 10111101 110010 100110

Color Harmonies of #308190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308190

Black with #308190

Text Example


Text Example

White with #308190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308190; }

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

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

background-color css

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

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

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

border-color css

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

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

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