Html Css Color HEX #308492 Scooter

📋 copy color: '#308492'

red 48 ◦ green 132 ◦ blue 146

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

Shades of Scooter #308492

Tints of Scooter #308492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.49%

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

R = 14.72%
G = 40.49%
B = 44.79%

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

#308492 (or 0x308492) is known color: Scooter. HEX triplet: 30, 84 and 92. RGB value is (48,132,146). Sum of RGB (Red+Green+Blue) = 48+132+146=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #308492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308492 is #CF7B6D. Grayscale: #6C6C6C. Windows color (decimal): -13597550 or 9602096. OLE color: 9602096.

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

Color convert

RGB 48 132 146 -
CMYK 0.67 0.10 0 0.43
HSL 188.57º 0.51% 0.38% -
HSV(B) 188.57º 0.67% 0.57% -
XYZ 14.66 19.21 30.13 -
YUV 108.48 149.17 84.86 -
System Red Green Blue C M Y K H S L
Decimal 48 132 146 0.67 0.10 0 0.43 188.57 0.51 0.38
Hex 30 84 92 43 A 0 2B BD 33 26
Octal 60 204 222 103 12 0 53 275 63 46
Binary 110000 10000100 10010010 1000011 1010 0 101011 10111101 110011 100110

Color Harmonies of #308492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308492

Black with #308492

Text Example


Text Example

White with #308492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308492; }

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

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

background-color css

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

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

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

border-color css

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

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

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