Html Css Color HEX #308291 Scooter

📋 copy color: '#308291'

red 48 ◦ green 130 ◦ blue 145

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

Shades of Scooter #308291

Tints of Scooter #308291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.89%

R = 14.86%
G = 40.25%
B = 44.89%

CMYK

 C value IS 0.67

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#308291 (or 0x308291) is known color: Scooter. HEX triplet: 30, 82 and 91. RGB value is (48,130,145). Sum of RGB (Red+Green+Blue) = 48+130+145=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #308291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308291 is #CF7D6E. Grayscale: #6B6B6B. Windows color (decimal): -13598063 or 9536048. OLE color: 9536048.

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

Color convert

RGB 48 130 145 -
CMYK 0.67 0.10 0 0.43
HSL 189.28º 0.5% 0.38% -
HSV(B) 189.28º 0.67% 0.57% -
XYZ 14.31 18.64 29.63 -
YUV 107.19 149.33 85.78 -
System Red Green Blue C M Y K H S L
Decimal 48 130 145 0.67 0.10 0 0.43 189.28 0.5 0.38
Hex 30 82 91 43 A 0 2B BD 32 26
Octal 60 202 221 103 12 0 53 275 62 46
Binary 110000 10000010 10010001 1000011 1010 0 101011 10111101 110010 100110

Color Harmonies of #308291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308291

Black with #308291

Text Example


Text Example

White with #308291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308291; }

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

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

background-color css

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

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

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

border-color css

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

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

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