Html Css Color HEX #308BA7 Scooter

📋 copy color: '#308BA7'

red 48 ◦ green 139 ◦ blue 167

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

Shades of Scooter #308BA7

Tints of Scooter #308BA7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.27%

 BLUE value IS 167 (65.63% from 255) = 47.18%

R = 13.56%
G = 39.27%
B = 47.18%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#308BA7 (or 0x308BA7) is known color: Scooter. HEX triplet: 30, 8B and A7. RGB value is (48,139,167). Sum of RGB (Red+Green+Blue) = 48+139+167=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 167 (65.62% from 255 or 47.18% from 354); Max value from RGB is 167 - color contains mainly: blue. Hex color #308BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308BA7 is #CF7458. Grayscale: #727272. Windows color (decimal): -13595737 or 10980144. OLE color: 10980144.

HSL color Cylindrical-coordinate representation of color #308BA7: hue angle of 194.12º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #308BA7 is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 139 167 -
CMYK 0.71 0.17 0 0.35
HSL 194.12º 0.55% 0.42% -
HSV(B) 194.12º 0.71% 0.65% -
XYZ 17.43 21.88 39.86 -
YUV 114.98 157.35 80.22 -
System Red Green Blue C M Y K H S L
Decimal 48 139 167 0.71 0.17 0 0.35 194.12 0.55 0.42
Hex 30 8B A7 47 11 0 23 C2 37 2A
Octal 60 213 247 107 21 0 43 302 67 52
Binary 110000 10001011 10100111 1000111 10001 0 100011 11000010 110111 101010

Color Harmonies of #308BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308BA7

Black with #308BA7

Text Example


Text Example

White with #308BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308BA7; }

 p { color: rgb(48,139,167); }

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

background-color css

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

 a { background-color: rgb(48,139,167); }

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

border-color css

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

 span { border-color: rgb(48,139,167); }

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