Html Css Color HEX #308BAB Scooter

📋 copy color: '#308BAB'

red 48 ◦ green 139 ◦ blue 171

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

Shades of Scooter #308BAB

Tints of Scooter #308BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.77%

R = 13.41%
G = 38.83%
B = 47.77%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#308BAB (or 0x308BAB) is known color: Scooter. HEX triplet: 30, 8B and AB. RGB value is (48,139,171). Sum of RGB (Red+Green+Blue) = 48+139+171=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #308BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308BAB is #CF7454. Grayscale: #737373. Windows color (decimal): -13595733 or 11242288. OLE color: 11242288.

HSL color Cylindrical-coordinate representation of color #308BAB: hue angle of 195.61º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #308BAB is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 139 171 -
CMYK 0.72 0.19 0 0.33
HSL 195.61º 0.56% 0.43% -
HSV(B) 195.61º 0.72% 0.67% -
XYZ 17.8 22.03 41.84 -
YUV 115.44 159.35 79.9 -
System Red Green Blue C M Y K H S L
Decimal 48 139 171 0.72 0.19 0 0.33 195.61 0.56 0.43
Hex 30 8B AB 48 13 0 21 C4 38 2B
Octal 60 213 253 110 23 0 41 304 70 53
Binary 110000 10001011 10101011 1001000 10011 0 100001 11000100 111000 101011

Color Harmonies of #308BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308BAB

Black with #308BAB

Text Example


Text Example

White with #308BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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