Html Css Color HEX #308897 Scooter

📋 copy color: '#308897'

red 48 ◦ green 136 ◦ blue 151

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

Shades of Scooter #308897

Tints of Scooter #308897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.07%

R = 14.33%
G = 40.6%
B = 45.07%

CMYK

 C value IS 0.68

 M value IS 0.10

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#308897 (or 0x308897) is known color: Scooter. HEX triplet: 30, 88 and 97. RGB value is (48,136,151). Sum of RGB (Red+Green+Blue) = 48+136+151=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #308897 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308897 is #CF7768. Grayscale: #6F6F6F. Windows color (decimal): -13596521 or 9930800. OLE color: 9930800.

HSL color Cylindrical-coordinate representation of color #308897: hue angle of 188.74º 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 #308897 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 136 151 -
CMYK 0.68 0.10 0 0.41
HSL 188.74º 0.52% 0.39% -
HSV(B) 188.74º 0.68% 0.59% -
XYZ 15.61 20.47 32.41 -
YUV 111.4 150.35 82.78 -
System Red Green Blue C M Y K H S L
Decimal 48 136 151 0.68 0.10 0 0.41 188.74 0.52 0.39
Hex 30 88 97 44 A 0 29 BD 34 27
Octal 60 210 227 104 12 0 51 275 64 47
Binary 110000 10001000 10010111 1000100 1010 0 101001 10111101 110100 100111

Color Harmonies of #308897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308897

Black with #308897

Text Example


Text Example

White with #308897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308897; }

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

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

background-color css

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

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

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

border-color css

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

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

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