Html Css Color HEX #308793 Scooter

📋 copy color: '#308793'

red 48 ◦ green 135 ◦ blue 147

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

Shades of Scooter #308793

Tints of Scooter #308793

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.91%

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

R = 14.55%
G = 40.91%
B = 44.55%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#308793 (or 0x308793) is known color: Scooter. HEX triplet: 30, 87 and 93. RGB value is (48,135,147). Sum of RGB (Red+Green+Blue) = 48+135+147=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #308793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308793 is #CF786C. Grayscale: #6E6E6E. Windows color (decimal): -13596781 or 9668400. OLE color: 9668400.

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

Color convert

RGB 48 135 147 -
CMYK 0.67 0.08 0 0.42
HSL 187.27º 0.51% 0.38% -
HSV(B) 187.27º 0.67% 0.58% -
XYZ 15.15 20.06 30.68 -
YUV 110.36 148.68 83.52 -
System Red Green Blue C M Y K H S L
Decimal 48 135 147 0.67 0.08 0 0.42 187.27 0.51 0.38
Hex 30 87 93 43 8 0 2A BB 33 26
Octal 60 207 223 103 10 0 52 273 63 46
Binary 110000 10000111 10010011 1000011 1000 0 101010 10111011 110011 100110

Color Harmonies of #308793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308793

Black with #308793

Text Example


Text Example

White with #308793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308793; }

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

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

background-color css

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

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

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

border-color css

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

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

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