Html Css Color HEX #308891 Scooter

📋 copy color: '#308891'

red 48 ◦ green 136 ◦ blue 145

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

Shades of Scooter #308891

Tints of Scooter #308891

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.34%

 BLUE value IS 145 (57.03% from 255) = 44.07%

R = 14.59%
G = 41.34%
B = 44.07%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#308891 (or 0x308891) is known color: Scooter. HEX triplet: 30, 88 and 91. RGB value is (48,136,145). Sum of RGB (Red+Green+Blue) = 48+136+145=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #308891 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308891 is #CF776E. Grayscale: #6E6E6E. Windows color (decimal): -13596527 or 9537584. OLE color: 9537584.

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

Color convert

RGB 48 136 145 -
CMYK 0.67 0.06 0 0.43
HSL 185.57º 0.5% 0.38% -
HSV(B) 185.57º 0.67% 0.57% -
XYZ 15.13 20.28 29.91 -
YUV 110.71 147.35 83.27 -
System Red Green Blue C M Y K H S L
Decimal 48 136 145 0.67 0.06 0 0.43 185.57 0.5 0.38
Hex 30 88 91 43 6 0 2B BA 32 26
Octal 60 210 221 103 6 0 53 272 62 46
Binary 110000 10001000 10010001 1000011 110 0 101011 10111010 110010 100110

Color Harmonies of #308891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308891

Black with #308891

Text Example


Text Example

White with #308891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308891; }

 p { color: rgb(48,136,145); }

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

background-color css

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

 a { background-color: rgb(48,136,145); }

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

border-color css

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

 span { border-color: rgb(48,136,145); }

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