Html Css Color HEX #308993 Scooter

📋 copy color: '#308993'

red 48 ◦ green 137 ◦ blue 147

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

Shades of Scooter #308993

Tints of Scooter #308993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.28%

R = 14.46%
G = 41.27%
B = 44.28%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#308993 (or 0x308993) is known color: Scooter. HEX triplet: 30, 89 and 93. RGB value is (48,137,147). Sum of RGB (Red+Green+Blue) = 48+137+147=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #308993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308993 is #CF766C. Grayscale: #6F6F6F. Windows color (decimal): -13596269 or 9668912. OLE color: 9668912.

HSL color Cylindrical-coordinate representation of color #308993: hue angle of 186.06º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #308993 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 137 147 -
CMYK 0.67 0.07 0 0.42
HSL 186.06º 0.51% 0.38% -
HSV(B) 186.06º 0.67% 0.58% -
XYZ 15.43 20.63 30.77 -
YUV 111.53 148.01 82.69 -
System Red Green Blue C M Y K H S L
Decimal 48 137 147 0.67 0.07 0 0.42 186.06 0.51 0.38
Hex 30 89 93 43 7 0 2A BA 33 26
Octal 60 211 223 103 7 0 52 272 63 46
Binary 110000 10001001 10010011 1000011 111 0 101010 10111010 110011 100110

Color Harmonies of #308993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308993

Black with #308993

Text Example


Text Example

White with #308993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308993; }

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

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

background-color css

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

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

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

border-color css

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

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

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