Html Css Color HEX #308AAD Scooter

📋 copy color: '#308AAD'

red 48 ◦ green 138 ◦ blue 173

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

Shades of Scooter #308AAD

Tints of Scooter #308AAD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.44%

 BLUE value IS 173 (67.97% from 255) = 48.19%

R = 13.37%
G = 38.44%
B = 48.19%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#308AAD (or 0x308AAD) is known color: Scooter. HEX triplet: 30, 8A and AD. RGB value is (48,138,173). Sum of RGB (Red+Green+Blue) = 48+138+173=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #308AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308AAD is #CF7552. Grayscale: #727272. Windows color (decimal): -13595987 or 11373104. OLE color: 11373104.

HSL color Cylindrical-coordinate representation of color #308AAD: hue angle of 196.8º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #308AAD is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 138 173 -
CMYK 0.72 0.20 0 0.32
HSL 196.8º 0.57% 0.43% -
HSV(B) 196.8º 0.72% 0.68% -
XYZ 17.85 21.82 42.81 -
YUV 115.08 160.68 80.15 -
System Red Green Blue C M Y K H S L
Decimal 48 138 173 0.72 0.20 0 0.32 196.8 0.57 0.43
Hex 30 8A AD 48 14 0 20 C5 39 2B
Octal 60 212 255 110 24 0 40 305 71 53
Binary 110000 10001010 10101101 1001000 10100 0 100000 11000101 111001 101011

Color Harmonies of #308AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308AAD

Black with #308AAD

Text Example


Text Example

White with #308AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,138,173); }

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

background-color css

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

 a { background-color: rgb(48,138,173); }

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

border-color css

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

 span { border-color: rgb(48,138,173); }

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