Html Css Color HEX #388999 Scooter

📋 copy color: '#388999'

red 56 ◦ green 137 ◦ blue 153

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

Shades of Scooter #388999

Tints of Scooter #388999

RGB

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

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

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

R = 16.18%
G = 39.6%
B = 44.22%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#388999 (or 0x388999) is known color: Scooter. HEX triplet: 38, 89 and 99. RGB value is (56,137,153). Sum of RGB (Red+Green+Blue) = 56+137+153=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #388999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388999 is #C77666. Grayscale: #727272. Windows color (decimal): -13071975 or 10062136. OLE color: 10062136.

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

Color convert

RGB 56 137 153 -
CMYK 0.63 0.10 0 0.4
HSL 189.9º 0.46% 0.41% -
HSV(B) 189.9º 0.63% 0.6% -
XYZ 16.33 21.03 33.34 -
YUV 114.61 149.66 86.2 -
System Red Green Blue C M Y K H S L
Decimal 56 137 153 0.63 0.10 0 0.4 189.9 0.46 0.41
Hex 38 89 99 3F A 0 28 BE 2E 29
Octal 70 211 231 77 12 0 50 276 56 51
Binary 111000 10001001 10011001 111111 1010 0 101000 10111110 101110 101001

Color Harmonies of #388999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388999

Black with #388999

Text Example


Text Example

White with #388999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388999; }

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

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

background-color css

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

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

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

border-color css

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

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

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