Html Css Color HEX #38899E Scooter

📋 copy color: '#38899E'

red 56 ◦ green 137 ◦ blue 158

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

Shades of Scooter #38899E

Tints of Scooter #38899E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.03%

 BLUE value IS 158 (62.11% from 255) = 45.01%

R = 15.95%
G = 39.03%
B = 45.01%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38899E (or 0x38899E) is known color: Scooter. HEX triplet: 38, 89 and 9E. RGB value is (56,137,158). Sum of RGB (Red+Green+Blue) = 56+137+158=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #38899E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38899E is #C77661. Grayscale: #737373. Windows color (decimal): -13071970 or 10389816. OLE color: 10389816.

HSL color Cylindrical-coordinate representation of color #38899E: hue angle of 192.35º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38899E is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 137 158 -
CMYK 0.65 0.13 0 0.38
HSL 192.35º 0.48% 0.42% -
HSV(B) 192.35º 0.65% 0.62% -
XYZ 16.75 21.2 35.56 -
YUV 115.18 152.16 85.79 -
System Red Green Blue C M Y K H S L
Decimal 56 137 158 0.65 0.13 0 0.38 192.35 0.48 0.42
Hex 38 89 9E 41 D 0 26 C0 30 2A
Octal 70 211 236 101 15 0 46 300 60 52
Binary 111000 10001001 10011110 1000001 1101 0 100110 11000000 110000 101010

Color Harmonies of #38899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38899E

Black with #38899E

Text Example


Text Example

White with #38899E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38899E; }

 p { color: rgb(56,137,158); }

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

background-color css

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

 a { background-color: rgb(56,137,158); }

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

border-color css

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

 span { border-color: rgb(56,137,158); }

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