Html Css Color HEX #38979D Scooter

📋 copy color: '#38979D'

red 56 ◦ green 151 ◦ blue 157

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

Shades of Scooter #38979D

Tints of Scooter #38979D

RGB

 RED value IS 56 (22.27% from 255) = 15.38%

 GREEN value IS 151 (59.38% from 255) = 41.48%

 BLUE value IS 157 (61.72% from 255) = 43.13%

R = 15.38%
G = 41.48%
B = 43.13%

CMYK

 C value IS 0.64

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38979D (or 0x38979D) is known color: Scooter. HEX triplet: 38, 97 and 9D. RGB value is (56,151,157). Sum of RGB (Red+Green+Blue) = 56+151+157=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #38979D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38979D is #C76862. Grayscale: #7B7B7B. Windows color (decimal): -13068387 or 10327864. OLE color: 10327864.

HSL color Cylindrical-coordinate representation of color #38979D: hue angle of 183.56º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38979D is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 151 157 -
CMYK 0.64 0.04 0 0.38
HSL 183.56º 0.47% 0.42% -
HSV(B) 183.56º 0.64% 0.62% -
XYZ 18.78 25.41 35.81 -
YUV 123.28 147.03 80.01 -
System Red Green Blue C M Y K H S L
Decimal 56 151 157 0.64 0.04 0 0.38 183.56 0.47 0.42
Hex 38 97 9D 40 4 0 26 B8 2F 2A
Octal 70 227 235 100 4 0 46 270 57 52
Binary 111000 10010111 10011101 1000000 100 0 100110 10111000 101111 101010

Color Harmonies of #38979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38979D

Black with #38979D

Text Example


Text Example

White with #38979D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38979D; }

 p { color: rgb(56,151,157); }

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

background-color css

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

 a { background-color: rgb(56,151,157); }

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

border-color css

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

 span { border-color: rgb(56,151,157); }

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