Html Css Color HEX #389199 Scooter

📋 copy color: '#389199'

red 56 ◦ green 145 ◦ blue 153

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

Shades of Scooter #389199

Tints of Scooter #389199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.96%

 BLUE value IS 153 (60.16% from 255) = 43.22%

R = 15.82%
G = 40.96%
B = 43.22%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#389199 (or 0x389199) is known color: Scooter. HEX triplet: 38, 91 and 99. RGB value is (56,145,153). Sum of RGB (Red+Green+Blue) = 56+145+153=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #389199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389199 is #C76E66. Grayscale: #777777. Windows color (decimal): -13069927 or 10064184. OLE color: 10064184.

HSL color Cylindrical-coordinate representation of color #389199: hue angle of 184.95º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389199 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 145 153 -
CMYK 0.63 0.05 0 0.4
HSL 184.95º 0.46% 0.41% -
HSV(B) 184.95º 0.63% 0.6% -
XYZ 17.51 23.39 33.73 -
YUV 119.3 147.01 82.85 -
System Red Green Blue C M Y K H S L
Decimal 56 145 153 0.63 0.05 0 0.4 184.95 0.46 0.41
Hex 38 91 99 3F 5 0 28 B9 2E 29
Octal 70 221 231 77 5 0 50 271 56 51
Binary 111000 10010001 10011001 111111 101 0 101000 10111001 101110 101001

Color Harmonies of #389199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389199

Black with #389199

Text Example


Text Example

White with #389199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389199; }

 p { color: rgb(56,145,153); }

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

background-color css

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

 a { background-color: rgb(56,145,153); }

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

border-color css

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

 span { border-color: rgb(56,145,153); }

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