Html Css Color HEX #308BAE Scooter

📋 copy color: '#308BAE'

red 48 ◦ green 139 ◦ blue 174

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

Shades of Scooter #308BAE

Tints of Scooter #308BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.2%

R = 13.3%
G = 38.5%
B = 48.2%

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

#308BAE (or 0x308BAE) is known color: Scooter. HEX triplet: 30, 8B and AE. RGB value is (48,139,174). Sum of RGB (Red+Green+Blue) = 48+139+174=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #308BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308BAE is #CF7451. Grayscale: #737373. Windows color (decimal): -13595730 or 11438896. OLE color: 11438896.

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

Color convert

RGB 48 139 174 -
CMYK 0.72 0.20 0 0.32
HSL 196.67º 0.57% 0.44% -
HSV(B) 196.67º 0.72% 0.68% -
XYZ 18.09 22.15 43.37 -
YUV 115.78 160.85 79.65 -
System Red Green Blue C M Y K H S L
Decimal 48 139 174 0.72 0.20 0 0.32 196.67 0.57 0.44
Hex 30 8B AE 48 14 0 20 C5 39 2C
Octal 60 213 256 110 24 0 40 305 71 54
Binary 110000 10001011 10101110 1001000 10100 0 100000 11000101 111001 101100

Color Harmonies of #308BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308BAE

Black with #308BAE

Text Example


Text Example

White with #308BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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