Html Css Color HEX #3089AD Scooter

📋 copy color: '#3089AD'

red 48 ◦ green 137 ◦ blue 173

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

Shades of Scooter #3089AD

Tints of Scooter #3089AD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.27%

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

R = 13.41%
G = 38.27%
B = 48.32%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3089AD (or 0x3089AD) is known color: Scooter. HEX triplet: 30, 89 and AD. RGB value is (48,137,173). Sum of RGB (Red+Green+Blue) = 48+137+173=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #3089AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3089AD is #CF7652. Grayscale: #727272. Windows color (decimal): -13596243 or 11372848. OLE color: 11372848.

HSL color Cylindrical-coordinate representation of color #3089AD: hue angle of 197.28º 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 #3089AD is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 137 173 -
CMYK 0.72 0.21 0 0.32
HSL 197.28º 0.57% 0.43% -
HSV(B) 197.28º 0.72% 0.68% -
XYZ 17.71 21.54 42.76 -
YUV 114.49 161.01 80.57 -
System Red Green Blue C M Y K H S L
Decimal 48 137 173 0.72 0.21 0 0.32 197.28 0.57 0.43
Hex 30 89 AD 48 15 0 20 C5 39 2B
Octal 60 211 255 110 25 0 40 305 71 53
Binary 110000 10001001 10101101 1001000 10101 0 100000 11000101 111001 101011

Color Harmonies of #3089AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3089AD

Black with #3089AD

Text Example


Text Example

White with #3089AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3089AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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