Html Css Color HEX #308AAA Scooter

📋 copy color: '#308AAA'

red 48 ◦ green 138 ◦ blue 170

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

Shades of Scooter #308AAA

Tints of Scooter #308AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.75%

R = 13.48%
G = 38.76%
B = 47.75%

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

#308AAA (or 0x308AAA) is known color: Scooter. HEX triplet: 30, 8A and AA. RGB value is (48,138,170). Sum of RGB (Red+Green+Blue) = 48+138+170=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #308AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308AAA is #CF7555. Grayscale: #727272. Windows color (decimal): -13595990 or 11176496. OLE color: 11176496.

HSL color Cylindrical-coordinate representation of color #308AAA: hue angle of 195.74º 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 #308AAA is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 138 170 -
CMYK 0.72 0.19 0 0.33
HSL 195.74º 0.56% 0.43% -
HSV(B) 195.74º 0.72% 0.67% -
XYZ 17.56 21.71 41.29 -
YUV 114.74 159.18 80.4 -
System Red Green Blue C M Y K H S L
Decimal 48 138 170 0.72 0.19 0 0.33 195.74 0.56 0.43
Hex 30 8A AA 48 13 0 21 C4 38 2B
Octal 60 212 252 110 23 0 41 304 70 53
Binary 110000 10001010 10101010 1001000 10011 0 100001 11000100 111000 101011

Color Harmonies of #308AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308AAA

Black with #308AAA

Text Example


Text Example

White with #308AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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