Html Css Color HEX #309BA5 Scooter

📋 copy color: '#309BA5'

red 48 ◦ green 155 ◦ blue 165

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

Shades of Scooter #309BA5

Tints of Scooter #309BA5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.12%

 BLUE value IS 165 (64.84% from 255) = 44.84%

R = 13.04%
G = 42.12%
B = 44.84%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#309BA5 (or 0x309BA5) is known color: Scooter. HEX triplet: 30, 9B and A5. RGB value is (48,155,165). Sum of RGB (Red+Green+Blue) = 48+155+165=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 165 - color contains mainly: blue. Hex color #309BA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309BA5 is #CF645A. Grayscale: #7C7C7C. Windows color (decimal): -13591643 or 10853168. OLE color: 10853168.

HSL color Cylindrical-coordinate representation of color #309BA5: hue angle of 185.13º 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 #309BA5 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 155 165 -
CMYK 0.71 0.06 0 0.35
HSL 185.13º 0.55% 0.42% -
HSV(B) 185.13º 0.71% 0.65% -
XYZ 19.73 26.79 39.73 -
YUV 124.15 151.05 73.69 -
System Red Green Blue C M Y K H S L
Decimal 48 155 165 0.71 0.06 0 0.35 185.13 0.55 0.42
Hex 30 9B A5 47 6 0 23 B9 37 2A
Octal 60 233 245 107 6 0 43 271 67 52
Binary 110000 10011011 10100101 1000111 110 0 100011 10111001 110111 101010

Color Harmonies of #309BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309BA5

Black with #309BA5

Text Example


Text Example

White with #309BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309BA5; }

 p { color: rgb(48,155,165); }

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

background-color css

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

 a { background-color: rgb(48,155,165); }

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

border-color css

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

 span { border-color: rgb(48,155,165); }

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