Html Css Color HEX #309096 Scooter

📋 copy color: '#309096'

red 48 ◦ green 144 ◦ blue 150

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

Shades of Scooter #309096

Tints of Scooter #309096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.11%

 BLUE value IS 150 (58.98% from 255) = 43.86%

R = 14.04%
G = 42.11%
B = 43.86%

CMYK

 C value IS 0.68

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#309096 (or 0x309096) is known color: Scooter. HEX triplet: 30, 90 and 96. RGB value is (48,144,150). Sum of RGB (Red+Green+Blue) = 48+144+150=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #309096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309096 is #CF6F69. Grayscale: #737373. Windows color (decimal): -13594474 or 9867312. OLE color: 9867312.

HSL color Cylindrical-coordinate representation of color #309096: hue angle of 183.53º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309096 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 144 150 -
CMYK 0.68 0.04 0 0.41
HSL 183.53º 0.52% 0.39% -
HSV(B) 183.53º 0.68% 0.59% -
XYZ 16.7 22.78 32.37 -
YUV 115.98 147.2 79.51 -
System Red Green Blue C M Y K H S L
Decimal 48 144 150 0.68 0.04 0 0.41 183.53 0.52 0.39
Hex 30 90 96 44 4 0 29 B8 34 27
Octal 60 220 226 104 4 0 51 270 64 47
Binary 110000 10010000 10010110 1000100 100 0 101001 10111000 110100 100111

Color Harmonies of #309096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309096

Black with #309096

Text Example


Text Example

White with #309096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309096; }

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

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

background-color css

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

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

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

border-color css

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

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

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