Html Css Color HEX #308992 Scooter

📋 copy color: '#308992'

red 48 ◦ green 137 ◦ blue 146

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

Shades of Scooter #308992

Tints of Scooter #308992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.39%

 BLUE value IS 146 (57.42% from 255) = 44.11%

R = 14.5%
G = 41.39%
B = 44.11%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#308992 (or 0x308992) is known color: Scooter. HEX triplet: 30, 89 and 92. RGB value is (48,137,146). Sum of RGB (Red+Green+Blue) = 48+137+146=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #308992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308992 is #CF766D. Grayscale: #6F6F6F. Windows color (decimal): -13596270 or 9603376. OLE color: 9603376.

HSL color Cylindrical-coordinate representation of color #308992: hue angle of 185.51º degrees, saturation: 0.51, 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 #308992 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 137 146 -
CMYK 0.67 0.06 0 0.43
HSL 185.51º 0.51% 0.38% -
HSV(B) 185.51º 0.67% 0.57% -
XYZ 15.35 20.6 30.36 -
YUV 111.42 147.51 82.77 -
System Red Green Blue C M Y K H S L
Decimal 48 137 146 0.67 0.06 0 0.43 185.51 0.51 0.38
Hex 30 89 92 43 6 0 2B BA 33 26
Octal 60 211 222 103 6 0 53 272 63 46
Binary 110000 10001001 10010010 1000011 110 0 101011 10111010 110011 100110

Color Harmonies of #308992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308992

Black with #308992

Text Example


Text Example

White with #308992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308992; }

 p { color: rgb(48,137,146); }

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

background-color css

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

 a { background-color: rgb(48,137,146); }

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

border-color css

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

 span { border-color: rgb(48,137,146); }

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