Html Css Color HEX #309098 Scooter

📋 copy color: '#309098'

red 48 ◦ green 144 ◦ blue 152

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

Shades of Scooter #309098

Tints of Scooter #309098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.19%

R = 13.95%
G = 41.86%
B = 44.19%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#309098 (or 0x309098) is known color: Scooter. HEX triplet: 30, 90 and 98. RGB value is (48,144,152). Sum of RGB (Red+Green+Blue) = 48+144+152=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 152 - color contains mainly: blue. Hex color #309098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309098 is #CF6F67. Grayscale: #747474. Windows color (decimal): -13594472 or 9998384. OLE color: 9998384.

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

Color convert

RGB 48 144 152 -
CMYK 0.68 0.05 0 0.40
HSL 184.62º 0.52% 0.39% -
HSV(B) 184.62º 0.68% 0.6% -
XYZ 16.86 22.84 33.23 -
YUV 116.21 148.2 79.35 -
System Red Green Blue C M Y K H S L
Decimal 48 144 152 0.68 0.05 0 0.40 184.62 0.52 0.39
Hex 30 90 98 44 5 0 28 B9 34 27
Octal 60 220 230 104 5 0 50 271 64 47
Binary 110000 10010000 10011000 1000100 101 0 101000 10111001 110100 100111

Color Harmonies of #309098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309098

Black with #309098

Text Example


Text Example

White with #309098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309098; }

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

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

background-color css

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

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

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

border-color css

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

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

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