Html Css Color HEX #308290 Scooter

📋 copy color: '#308290'

red 48 ◦ green 130 ◦ blue 144

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

Shades of Scooter #308290

Tints of Scooter #308290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.37%

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

R = 14.91%
G = 40.37%
B = 44.72%

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

#308290 (or 0x308290) is known color: Scooter. HEX triplet: 30, 82 and 90. RGB value is (48,130,144). Sum of RGB (Red+Green+Blue) = 48+130+144=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #308290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308290 is #CF7D6F. Grayscale: #6A6A6A. Windows color (decimal): -13598064 or 9470512. OLE color: 9470512.

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

Color convert

RGB 48 130 144 -
CMYK 0.67 0.10 0 0.44
HSL 188.75º 0.5% 0.38% -
HSV(B) 188.75º 0.67% 0.56% -
XYZ 14.24 18.61 29.23 -
YUV 107.08 148.83 85.86 -
System Red Green Blue C M Y K H S L
Decimal 48 130 144 0.67 0.10 0 0.44 188.75 0.5 0.38
Hex 30 82 90 43 A 0 2C BD 32 26
Octal 60 202 220 103 12 0 54 275 62 46
Binary 110000 10000010 10010000 1000011 1010 0 101100 10111101 110010 100110

Color Harmonies of #308290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308290

Black with #308290

Text Example


Text Example

White with #308290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308290; }

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

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

background-color css

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

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

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

border-color css

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

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

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