Html Css Color HEX #388799 Scooter

📋 copy color: '#388799'

red 56 ◦ green 135 ◦ blue 153

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

Shades of Scooter #388799

Tints of Scooter #388799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.24%

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

R = 16.28%
G = 39.24%
B = 44.48%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#388799 (or 0x388799) is known color: Scooter. HEX triplet: 38, 87 and 99. RGB value is (56,135,153). Sum of RGB (Red+Green+Blue) = 56+135+153=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #388799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388799 is #C77866. Grayscale: #717171. Windows color (decimal): -13072487 or 10061624. OLE color: 10061624.

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

Color convert

RGB 56 135 153 -
CMYK 0.63 0.12 0 0.4
HSL 191.13º 0.46% 0.41% -
HSV(B) 191.13º 0.63% 0.6% -
XYZ 16.04 20.47 33.24 -
YUV 113.43 150.33 87.04 -
System Red Green Blue C M Y K H S L
Decimal 56 135 153 0.63 0.12 0 0.4 191.13 0.46 0.41
Hex 38 87 99 3F C 0 28 BF 2E 29
Octal 70 207 231 77 14 0 50 277 56 51
Binary 111000 10000111 10011001 111111 1100 0 101000 10111111 101110 101001

Color Harmonies of #388799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388799

Black with #388799

Text Example


Text Example

White with #388799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388799; }

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

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

background-color css

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

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

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

border-color css

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

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

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