Html Css Color HEX #309AA5 Scooter

📋 copy color: '#309AA5'

red 48 ◦ green 154 ◦ blue 165

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

Shades of Scooter #309AA5

Tints of Scooter #309AA5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.96%

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

R = 13.08%
G = 41.96%
B = 44.96%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#309AA5 (or 0x309AA5) is known color: Scooter. HEX triplet: 30, 9A and A5. RGB value is (48,154,165). Sum of RGB (Red+Green+Blue) = 48+154+165=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 165 (64.84% from 255 or 44.96% from 367); Max value from RGB is 165 - color contains mainly: blue. Hex color #309AA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309AA5 is #CF655A. Grayscale: #7B7B7B. Windows color (decimal): -13591899 or 10852912. OLE color: 10852912.

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

Color convert

RGB 48 154 165 -
CMYK 0.71 0.07 0 0.35
HSL 185.64º 0.55% 0.42% -
HSV(B) 185.64º 0.71% 0.65% -
XYZ 19.57 26.46 39.67 -
YUV 123.56 151.38 74.11 -
System Red Green Blue C M Y K H S L
Decimal 48 154 165 0.71 0.07 0 0.35 185.64 0.55 0.42
Hex 30 9A A5 47 7 0 23 BA 37 2A
Octal 60 232 245 107 7 0 43 272 67 52
Binary 110000 10011010 10100101 1000111 111 0 100011 10111010 110111 101010

Color Harmonies of #309AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309AA5

Black with #309AA5

Text Example


Text Example

White with #309AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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