Html Css Color HEX #38899F Scooter

📋 copy color: '#38899F'

red 56 ◦ green 137 ◦ blue 159

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

Shades of Scooter #38899F

Tints of Scooter #38899F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.17%

R = 15.91%
G = 38.92%
B = 45.17%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38899F (or 0x38899F) is known color: Scooter. HEX triplet: 38, 89 and 9F. RGB value is (56,137,159). Sum of RGB (Red+Green+Blue) = 56+137+159=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #38899F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38899F is #C77660. Grayscale: #737373. Windows color (decimal): -13071969 or 10455352. OLE color: 10455352.

HSL color Cylindrical-coordinate representation of color #38899F: hue angle of 192.82º 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 #38899F is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 137 159 -
CMYK 0.65 0.14 0 0.38
HSL 192.82º 0.48% 0.42% -
HSV(B) 192.82º 0.65% 0.62% -
XYZ 16.83 21.24 36.01 -
YUV 115.29 152.66 85.71 -
System Red Green Blue C M Y K H S L
Decimal 56 137 159 0.65 0.14 0 0.38 192.82 0.48 0.42
Hex 38 89 9F 41 E 0 26 C1 30 2A
Octal 70 211 237 101 16 0 46 301 60 52
Binary 111000 10001001 10011111 1000001 1110 0 100110 11000001 110000 101010

Color Harmonies of #38899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38899F

Black with #38899F

Text Example


Text Example

White with #38899F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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