Html Css Color HEX #308390 Scooter

📋 copy color: '#308390'

red 48 ◦ green 131 ◦ blue 144

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

Shades of Scooter #308390

Tints of Scooter #308390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.56%

 BLUE value IS 144 (56.64% from 255) = 44.58%

R = 14.86%
G = 40.56%
B = 44.58%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#308390 (or 0x308390) is known color: Scooter. HEX triplet: 30, 83 and 90. RGB value is (48,131,144). Sum of RGB (Red+Green+Blue) = 48+131+144=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #308390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308390 is #CF7C6F. Grayscale: #6B6B6B. Windows color (decimal): -13597808 or 9470768. OLE color: 9470768.

HSL color Cylindrical-coordinate representation of color #308390: hue angle of 188.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #308390 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 131 144 -
CMYK 0.67 0.09 0 0.44
HSL 188.13º 0.5% 0.38% -
HSV(B) 188.13º 0.67% 0.56% -
XYZ 14.37 18.87 29.27 -
YUV 107.67 148.5 85.44 -
System Red Green Blue C M Y K H S L
Decimal 48 131 144 0.67 0.09 0 0.44 188.13 0.5 0.38
Hex 30 83 90 43 9 0 2C BC 32 26
Octal 60 203 220 103 11 0 54 274 62 46
Binary 110000 10000011 10010000 1000011 1001 0 101100 10111100 110010 100110

Color Harmonies of #308390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308390

Black with #308390

Text Example


Text Example

White with #308390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308390; }

 p { color: rgb(48,131,144); }

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

background-color css

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

 a { background-color: rgb(48,131,144); }

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

border-color css

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

 span { border-color: rgb(48,131,144); }

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