Html Css Color HEX #308491 Scooter

📋 copy color: '#308491'

red 48 ◦ green 132 ◦ blue 145

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

Shades of Scooter #308491

Tints of Scooter #308491

RGB

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

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

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

R = 14.77%
G = 40.62%
B = 44.62%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#308491 (or 0x308491) is known color: Scooter. HEX triplet: 30, 84 and 91. RGB value is (48,132,145). Sum of RGB (Red+Green+Blue) = 48+132+145=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #308491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308491 is #CF7B6E. Grayscale: #6C6C6C. Windows color (decimal): -13597551 or 9536560. OLE color: 9536560.

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

Color convert

RGB 48 132 145 -
CMYK 0.67 0.09 0 0.43
HSL 188.04º 0.5% 0.38% -
HSV(B) 188.04º 0.67% 0.57% -
XYZ 14.58 19.18 29.72 -
YUV 108.37 148.67 84.94 -
System Red Green Blue C M Y K H S L
Decimal 48 132 145 0.67 0.09 0 0.43 188.04 0.5 0.38
Hex 30 84 91 43 9 0 2B BC 32 26
Octal 60 204 221 103 11 0 53 274 62 46
Binary 110000 10000100 10010001 1000011 1001 0 101011 10111100 110010 100110

Color Harmonies of #308491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308491

Black with #308491

Text Example


Text Example

White with #308491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308491; }

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

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

background-color css

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

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

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

border-color css

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

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

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